Index: trunk/Ohana/src/opihi/include/pantasks.h
===================================================================
--- trunk/Ohana/src/opihi/include/pantasks.h	(revision 7960)
+++ trunk/Ohana/src/opihi/include/pantasks.h	(revision 8129)
@@ -41,4 +41,5 @@
       TASK_HOST, 
       TASK_COMMAND, 
+      TASK_OPTIONS, 
       TASK_PERIODS, 
       TASK_EXIT, 
@@ -66,4 +67,8 @@
   int     argc;
   char  **argv;
+
+  int     optc;
+  char  **optv;
+
   char   *host;
   int     host_required;
@@ -112,4 +117,8 @@
   int     argc;
   char  **argv;
+
+  int     optc;
+  char  **optv;
+
   Task   *task;
 
