Changeset 3729:9350342eaccb in roaraudio


Ignore:
Timestamp:
04/25/10 21:49:13 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

update nnode on client pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r3723 r3729  
    291291 
    292292int req_on_passfh      (int client, struct roar_message * mes, char * data) { 
     293 struct roar_client * c; 
    293294 int sock = clients_get_fh(client); 
    294295 int16_t * d = (int16_t*)mes->data; 
     
    346347  clients_delete(client); 
    347348  return -1; 
     349 } 
     350 
     351 if ( clients_get(client, &c) != -1 ) { 
     352  roar_nnode_new_from_fh(&(c->nnode), fh, 1); 
    348353 } 
    349354 
Note: See TracChangeset for help on using the changeset viewer.