IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2006, 2:19:21 AM (20 years ago)
Author:
eugene
Message:

adding task options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pantasks.h

    r7960 r8129  
    4141      TASK_HOST,
    4242      TASK_COMMAND,
     43      TASK_OPTIONS,
    4344      TASK_PERIODS,
    4445      TASK_EXIT,
     
    6667  int     argc;
    6768  char  **argv;
     69
     70  int     optc;
     71  char  **optv;
     72
    6873  char   *host;
    6974  int     host_required;
     
    112117  int     argc;
    113118  char  **argv;
     119
     120  int     optc;
     121  char  **optv;
     122
    114123  Task   *task;
    115124
Note: See TracChangeset for help on using the changeset viewer.