Diff for /multiplexer/dispatch.c between versions 1.1 and 1.2

version 1.1, 2001/03/19 20:52:34 version 1.2, 2001/04/03 21:14:33
Line 37  void dispatch (void) Line 37  void dispatch (void)
 {  {
   boolean bi, bo, bs;    boolean bi, bo, bs;
   stream_descr *st;    stream_descr *st;
   int tmo;    t_msec tmo;
   unsigned int nfds, onfds, infds;    unsigned int nfds, onfds, infds;
   struct pollfd ufds [MAX_POLLFD];    struct pollfd ufds [MAX_POLLFD];
   warn (LDEB,"Dispatch",EDIS,0,0,0);    warn (LDEB,"Dispatch",EDIS,0,0,0);
Line 143  void dispatch (void) Line 143  void dispatch (void)
     bo = output_available (&nfds, &ufds[onfds], &tmo);      bo = output_available (&nfds, &ufds[onfds], &tmo);
   }    }
   process_finish ();    process_finish ();
     output_finish ();
   while ((output_available (&nfds, &ufds[0], &tmo)    while ((output_available (&nfds, &ufds[0], &tmo)
        || (tmo >= 0))         || (tmo >= 0))
       && (!fatal_error)) {        && (!fatal_error)) {

Removed from v.1.1  
changed lines
  Added in v.1.2


LinuxTV legacy CVS <linuxtv.org/cvs>