|
@@ -42,9 +42,14 @@ struct UA_Client;
|
|
|
* Server Lifecycle
|
|
|
* ---------------- */
|
|
|
|
|
|
-UA_Server UA_EXPORT * UA_Server_new(void);
|
|
|
+/* The method UA_Server_new is defined in server_config_default.h. So default
|
|
|
+ * plugins outside of the core library (for logging, etc) are already available
|
|
|
+ * during the initialization.
|
|
|
+ *
|
|
|
+ * UA_Server UA_EXPORT * UA_Server_new(void);
|
|
|
+ */
|
|
|
|
|
|
-/* Makes a (shallow) copy of the config into the server object.
|
|
|
+/* Creates a new server. Moves the config into the server with a shallow copy.
|
|
|
* The config content is cleared together with the server. */
|
|
|
UA_Server UA_EXPORT *
|
|
|
UA_Server_newWithConfig(const UA_ServerConfig *config);
|