From 305d20f2ee888d1c890f902da978176b8ec58a8d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Aug 2014 12:10:48 -0700 Subject: Add const qualifiers to TRANS(MakeAll*ServerListeners) port args Required also changing receive_listening_fds to specify port as const, which we can do now that TRANS(ReopenCOTSServer) takes it as const. Signed-off-by: Alan Coopersmith --- doc/xtrans.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/xtrans.xml b/doc/xtrans.xml index 5c99629..10e5489 100644 --- a/doc/xtrans.xml +++ b/doc/xtrans.xml @@ -712,7 +712,7 @@ Returns the file descriptor associated with this transport. int TRANS(MakeAllCOTSServerListeners) - char *port + const char *port int *partial_ret int *count_ret XtransConnInfo **connections_ret @@ -731,7 +731,7 @@ is the list of transports. int TRANS(MakeAllCLTSServerListeners) - char *port + const char *port int *partial_ret int *count_ret XtransConnInfo **connections_ret -- cgit v1.2.1