Преглед изворни кода

Removed maxBrowseContinuationPoints and minSupportedSampleRate

Henrik Norrman пре 7 година
родитељ
комит
87e9171ddb
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      include/ua_server_config.h

+ 0 - 2
include/ua_server_config.h

@@ -86,7 +86,6 @@ struct UA_ServerConfig {
 
     /* Limits for Requests */
     UA_UInt32 maxReferencesPerNode;
-    UA_UInt16 maxBrowseContinuationPoints;
 
     /* Limits for Subscriptions */
     UA_DurationRange publishingIntervalLimits;
@@ -98,7 +97,6 @@ struct UA_ServerConfig {
     /* Limits for MonitoredItems */
     UA_DurationRange samplingIntervalLimits;
     UA_UInt32Range queueSizeLimits; /* Negotiated with the client */
-    UA_Double minSupportedSampleRate;
 
     /* Discovery */
 #ifdef UA_ENABLE_DISCOVERY