File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ LIBRARY_API int udaGetErrorCode(int handle);
354
354
355
355
/**
356
356
* Sets the UDA server host name and port number.
357
+ * Takes precendence over environment variables UDA_HOST, UDA_PORT
357
358
*
358
359
* @param host The hostname or IP address of the UDA server.
359
360
* @param port The port number of the UDA server.
@@ -362,13 +363,15 @@ LIBRARY_API void udaPutServer(const char* host, int port);
362
363
363
364
/**
364
365
* Sets the UDA server host name.
366
+ * Takes precendence over environment variable UDA_HOST
365
367
*
366
368
* @param host The hostname or IP address of the UDA server.
367
369
*/
368
370
LIBRARY_API void udaPutServerHost (const char * host );
369
371
370
372
/**
371
373
* Sets the UDA server port number.
374
+ * Takes precendence over environment variable UDA_PORT
372
375
*
373
376
* @param port The port number of the UDA server.
374
377
*/
You can’t perform that action at this time.
0 commit comments