IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:34:48 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; replace old signal code with SetInterrupt, ClearInterrupt; fix unsigned / signed int inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/opihi/pcontrol/JobOps.c

    r36623 r39419  
    208208
    209209IDtype AddJob (char *hostname, JobMode mode, int timeout, int nicelevel, int argc, char **argv, int Nxhosts, char **xhosts) {
     210  OHANA_UNUSED_PARAM(timeout);
    210211
    211212  int JobID;
     
    215216
    216217  job[0].JobID    = NextJobID();
    217   if (job[0].JobID < 0) {
    218     free (job);
    219     return -1;
    220   }
     218  // XXX this test does not make sense
     219  // if (job[0].JobID < 0) {
     220  //   free (job);
     221  //   return -1;
     222  // }
    221223
    222224  job[0].argc     = argc;
Note: See TracChangeset for help on using the changeset viewer.