comparison runopts.h @ 71:ac96bc733e71

adding inetd mode back from 0.43
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 17:18:53 +0000
parents eee77ac31ccc
children 72dc22f56858
comparison
equal deleted inserted replaced
70:b0316ce64e4b 71:ac96bc733e71
53 53
54 /* ports is an array of the portcount listening ports */ 54 /* ports is an array of the portcount listening ports */
55 uint16_t *ports; 55 uint16_t *ports;
56 unsigned int portcount; 56 unsigned int portcount;
57 57
58 int inetdmode;
59
58 /* Flags indicating whether to use ipv4 and ipv6 */ 60 /* Flags indicating whether to use ipv4 and ipv6 */
59 /* not used yet 61 /* not used yet
60 int ipv4; 62 int ipv4;
61 int ipv6; 63 int ipv6;
62 */ 64 */