mirror of
https://github.com/bstansell/conserver.git
synced 2025-01-26 21:59:18 +00:00
Merge pull request #66 from bzfbd/bz_compile
Make compile --with-ipv6 & setproctitle
This commit is contained in:
commit
cf24bb9404
@ -1770,7 +1770,7 @@ main(int argc, char **argv)
|
||||
remote++;
|
||||
setproctitle("master: port %hu, %d local, %d remote",
|
||||
# if USE_IPV6
|
||||
config->primaryport,
|
||||
(unsigned short)strtol(config->primaryport, NULL, 10),
|
||||
# elif USE_UNIX_DOMAIN_SOCKETS
|
||||
(unsigned short)0,
|
||||
# else
|
||||
|
@ -5374,7 +5374,12 @@ ReReadCfg(int fd, int msfd)
|
||||
local += pGE->imembers;
|
||||
for (pRC = pRCList; (REMOTE *)0 != pRC; pRC = pRC->pRCnext)
|
||||
remote++;
|
||||
setproctitle("master: port %hu, %d local, %d remote", bindPort,
|
||||
setproctitle("master: port %hu, %d local, %d remote",
|
||||
# if !USE_UNIX_DOMAIN_SOCKETS
|
||||
(unsigned short)strtol(config->primaryport, NULL, 10),
|
||||
# else
|
||||
(unsigned short)0,
|
||||
# endif
|
||||
local, remote);
|
||||
} else
|
||||
setproctitle("group %u: port %hu, %d %s", pGroups->id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user