IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2006, 4:51:50 PM (20 years ago)
Author:
eugene
Message:

working on threaded version

File:
1 edited

Legend:

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

    r7917 r8296  
    1212  return (TRUE);
    1313}
     14
     15int 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.