main.h
changeset 88 a7f546938313
parent 87 be4ee314545c
child 94 330324fc7c20
equal deleted inserted replaced
87:be4ee314545c 88:a7f546938313
     8 struct Command_line {
     8 struct Command_line {
     9     int is_server;
     9     int is_server;
    10     char *unix_path; /* path or 0 if not to be used */
    10     char *unix_path; /* path or 0 if not to be used */
    11     int tcp_port;
    11     int tcp_port;
    12     char *eth_device;
    12     char *eth_device;
       
    13     int eth_port;
    13     struct {
    14     struct {
    14         int serve_tcp; /* yes/no */
    15         int serve_tcp; /* yes/no */
    15         int serve_unix; /* yes/no */
    16         int serve_unix; /* yes/no */
    16         int serve_eth; /* yes/no */
    17         int serve_eth; /* yes/no */
    17         int max_served; /* how many */
    18         int max_served; /* how many */