Diff for /multiplexer/init.c between versions 1.2 and 1.3

version 1.2, 2001/04/03 21:14:33 version 1.3, 2001/05/02 12:35:54
Line 31  int main(int argc, Line 31  int main(int argc,
         if (dispatch_init ()) {          if (dispatch_init ()) {
           if (command_init (argc,&argv[0])) {            if (command_init (argc,&argv[0])) {
             dispatch ();              dispatch ();
 /*  #ifdef DEBUG_TIMEPOLL
             warn (LDEB,"Global delta",EINI,0,0,global_delta);              warn (LDEB,"Global delta",EINI,0,0,global_delta);
             warn (LERR,"(No Error) Exit Time ",EINI,0,0,              warn (LERR,"(msec) Exit Time ",EINI,0,0,
               msec_now () - a);                msec_now () - a);
             warn (LERR,"(No Error) Exit Clock",EINI,0,0,              warn (LERR,"(msec) Exit Clock",EINI,0,0,
               clock ()/(CLOCKS_PER_SEC/1000));                clock ()/(CLOCKS_PER_SEC/1000));
 */  #endif
           }            }
           exit (EXIT_SUCCESS);            exit (EXIT_SUCCESS);
         } else {          } else {

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


LinuxTV legacy CVS <linuxtv.org/cvs>