Changeset 2706:280ad02bb452 in roaraudio


Ignore:
Timestamp:
09/13/09 16:07:43 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

not only send data to execed stream but all streams of client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r2619 r2706  
    425425  ROAR_DBG("clients_send_mon(*): client=%i, execed=%i", i, g_clients[i]->execed); 
    426426 
     427/* 
    427428  if ( g_clients[i]->execed == -1 ) { 
    428429   // TODO: add some code to send a message to the client insetd of the raw data. 
     430*/ 
    429431   for (j = 0; j < ROAR_CLIENTS_MAX_STREAMS_PER_CLIENT; j++) { 
    430432    //if ( (fh = streams_get_fh(g_clients[i]->streams[j])) != -1 ) { 
     
    434436    } 
    435437   } 
     438/* 
    436439  } else { 
    437440//   streams_check(g_clients[i]->execed); 
     
    440443//    clients_delete(i); // delete client in case we could not write 
    441444  }  
     445*/ 
    442446 } 
    443447 
Note: See TracChangeset for help on using the changeset viewer.