Displaying 1 result from an estimated 1 matches for "unixsock_nam".
Did you mean:
  unixsock_name
  
2006 Jan 17
0
asterisk.ctl limitations
...ct in_addr	/* ... should be taken out and shot, */
 				/* ... not that TLI is any better.  sigh.. */
@@ -149,12 +151,16 @@
 unsigned int wrote_net = 0;	/* total net bytes */
 static char wrote_txt[] = " sent %d, rcvd %d";
 static char hexnibs[20] = "0123456789abcdef  ";
+char * unixsock_name = NULL;	/* the filename for the unix domain socket to
+				   connect to or listen on, and also a flag
+				   to tell when in unixsock mode */
 
 /* will malloc up the following globals: */
 struct timeval * timer1 = NULL;
 struct timeval * timer2 = NULL;
 SAI * lclend = NULL;		/* sockaddr_in str...