Changeset 3128:949cdc22e981 in roaraudio for roard/network.c


Ignore:
Timestamp:
01/14/10 09:32:35 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started to move all the global values for listen sockets into a global struct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/network.c

    r2820 r3128  
    6565   if ( g_listen_socket[i] != -1 ) { 
    6666    if ( FD_ISSET(g_listen_socket[i], &sl) ) { 
    67      if ( net_get_new_client(g_listen_socket[i], g_listen_proto[i]) == -1 ) 
     67     if ( net_get_new_client(g_listen_socket[i], g_listen[i].proto) == -1 ) 
    6868      return -1; 
    6969    } 
Note: See TracChangeset for help on using the changeset viewer.