diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 015c1a55d6..e7f72cfd7a 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -9,3 +9,4 @@ Fixed issues: * #280 - Highly experimental feature for subscriptions: allowing a wildcard as value for entity type, to not filter on entity type * #280 - Implemented Periodic Notifications (subscriptions with a 'timeInterval') * #280 - Fixed a crash in the subscription cache for subscriptions with empty URL paths in the notification::endpoint::uri field + * #280 - New CLI (hidden) for extra field in notifications (trigger: "VERB URL PATH"): -triggerOperation diff --git a/test/unittests/main_UnitTest.cpp b/test/unittests/main_UnitTest.cpp index fd909ec06f..3c27ace71b 100644 --- a/test/unittests/main_UnitTest.cpp +++ b/test/unittests/main_UnitTest.cpp @@ -109,6 +109,7 @@ uint32_t cSubCounters = 0; char localIpAndPort[135]; unsigned long long inReqPayloadMaxSize; unsigned long long outReqMsgMaxSize; +bool triggerOperation = false;