Changeset 5571:b46ece5b30bf in roaraudio for roard/include/client.h


Ignore:
Timestamp:
07/17/12 15:03:29 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Improved support in roard for client passing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r5567 r5571  
    111111int clients_new        (void); 
    112112int clients_new_from_fh(int fh, int proto, int byteorder, int update_nnode); 
     113int clients_new_from_fh2(int fh, int proto, int byteorder, 
     114                         int update_nnode, 
     115                         struct roard_listen * lsock, struct sockaddr * sockaddr, socklen_t addrlen); 
    113116int clients_delete     (int id); 
    114117int clients_close      (int id, int nocheck_exec); 
Note: See TracChangeset for help on using the changeset viewer.