IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2006, 1:44:51 PM (20 years ago)
Author:
eugene
Message:

successful implementation of the threaded version of pcontrol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/run.c

    r8296 r8424  
    88  }
    99
     10# ifdef THREADED
     11  SetRunSystem (TRUE);
     12# else
    1013  rl_event_hook = CheckSystem;
     14# endif
    1115
    1216  return (TRUE);
    1317}
    1418
    15 int run_threaded (int argc, char **argv) {
    16 
    17   if (argc != 1) {
    18     gprint (GP_ERR, "USAGE: run\n");
    19     return (FALSE);
    20   }
    21 
    22   // some action
    23 
    24   return (TRUE);
    25 }
Note: See TracChangeset for help on using the changeset viewer.