Преглед на файлове

Subscriptions: Small comment improvement

Julius Pfrommer преди 6 години
родител
ревизия
9fa38fedc6
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/server/ua_subscription.h

+ 2 - 1
src/server/ua_subscription.h

@@ -99,7 +99,8 @@ struct UA_MonitoredItem {
     UA_UInt32 attributeId;
     UA_String indexRange;
     UA_Double samplingInterval; // [ms]
-    UA_UInt32 maxQueueSize;
+    UA_UInt32 maxQueueSize; /* The max number of enqueued notifications (not
+                               counting overflow events) */
     UA_Boolean discardOldest;
     // TODO: dataEncoding is hardcoded to UA binary
     union {