Skip to content

Commit 40fecc9

Browse files
adam-parker1jholloc
authored andcommitted
Add missing details about precendence over environment variables for HOST And PORT Settings
1 parent 064699a commit 40fecc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/uda/client.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ LIBRARY_API int udaGetErrorCode(int handle);
354354

355355
/**
356356
* Sets the UDA server host name and port number.
357+
* Takes precendence over environment variables UDA_HOST, UDA_PORT
357358
*
358359
* @param host The hostname or IP address of the UDA server.
359360
* @param port The port number of the UDA server.
@@ -362,13 +363,15 @@ LIBRARY_API void udaPutServer(const char* host, int port);
362363

363364
/**
364365
* Sets the UDA server host name.
366+
* Takes precendence over environment variable UDA_HOST
365367
*
366368
* @param host The hostname or IP address of the UDA server.
367369
*/
368370
LIBRARY_API void udaPutServerHost(const char* host);
369371

370372
/**
371373
* Sets the UDA server port number.
374+
* Takes precendence over environment variable UDA_PORT
372375
*
373376
* @param port The port number of the UDA server.
374377
*/

0 commit comments

Comments
 (0)