Index: trunk/ippTasks/pantasks.pro
===================================================================
--- trunk/ippTasks/pantasks.pro	(revision 24056)
+++ trunk/ippTasks/pantasks.pro	(revision 24098)
@@ -278,4 +278,17 @@
     $command = $$1 -limit $POLLLIMIT
 
+    $$1 = $command
+end
+
+macro add_poll_labels
+    if ($0 != 2)
+	echo "Must pass in the command of interest, and this function will supplement"
+	stop
+    end
+
+    local command i
+
+    $command = $$1
+
     # Only process the data with the specified label.
     for i 0 $LABEL:n
