|
@@ -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
|