Index: trunk/Ohana/src/opihi/pantasks/init.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/init.c	(revision 9037)
+++ trunk/Ohana/src/opihi/pantasks/init.c	(revision 10694)
@@ -5,4 +5,5 @@
 int task_host	    PROTO((int, char **));
 int task_nmax	    PROTO((int, char **));
+int task_active	    PROTO((int, char **));
 int task_trange	    PROTO((int, char **));
 int task_macros	    PROTO((int, char **));
@@ -26,4 +27,5 @@
   {"host",       task_host,    "define host machine for a task"},
   {"nmax",       task_nmax,    "define maximum number of jobs for a task"},
+  {"active",     task_active,  "define maximum number of jobs for a task"},
   {"trange",     task_trange,  "define valid/invalid time periods for a task"},
   {"task.exit",  task_macros,  "define exit macros for a task"},
