IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 4:51:41 PM (20 years ago)
Author:
eugene
Message:

added timing stats, npending limit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/task.c

    r10694 r11055  
    1818    remove_argument (N, &argc, argv);
    1919    ListTasks (TRUE);
     20    return (TRUE);
     21  }
     22
     23  if ((N = get_argument (argc, argv, "-stats"))) {
     24    remove_argument (N, &argc, argv);
     25    ListTaskStats ();
    2026    return (TRUE);
    2127  }
     
    96102      case TASK_OPTIONS:
    97103      case TASK_PERIODS:
     104      case TASK_NPENDING:
    98105      case TASK_ACTIVE:
    99106        status = command (input, &outline, TRUE);
Note: See TracChangeset for help on using the changeset viewer.