Index: /branches/eam_branches/ipp-20100823/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- /branches/eam_branches/ipp-20100823/Ohana/src/opihi/include/pcontrol.h	(revision 29421)
+++ /branches/eam_branches/ipp-20100823/Ohana/src/opihi/include/pcontrol.h	(revision 29422)
@@ -115,4 +115,6 @@
   char        *hostname;
   char        *realhost;
+  char       **xhosts;
+  int          Nxhosts;
   int          exit_status;
   int          Reset;
@@ -289,5 +291,5 @@
 Job   *PullJobByID (IDtype JobID, int *StackID);
 Job   *PullJobFromStackByID (int StackID, int ID);
-IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv);
+IDtype AddJob (char *hostname, JobMode mode, int timeout, int argc, char **argv, int Nxhosts, char **xhosts);
 void   DelJob (Job *job);
 Host  *UnlinkJobAndHost (Job *job);
