IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2005, 6:01:28 AM (21 years ago)
Author:
eugene
Message:

added user scheduler/controller commands, fixed up I/F issues

File:
1 edited

Legend:

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

    r4450 r4573  
    153153}
    154154
    155 void AddHost (char *hostname) {
     155IDtype AddHost (char *hostname) {
    156156
    157157  Host *host;
     
    168168  host[0].job      = NULL;
    169169  PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
     170  return (host[0].HostID);
    170171}
    171172
Note: See TracChangeset for help on using the changeset viewer.