* use meaningful sequence code for the termination event
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:42:27 +0000 (13:42 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:42:27 +0000 (13:42 +0000)
org.glite.lb.common/src/lb_perftest.c

index 0865d95..969655b 100644 (file)
@@ -331,7 +331,7 @@ glite_wll_perftest_produceEventString(char **event, char **jobid)
                                      "me again", /* source instance */
                                      "UserTag", /* event */
                                      jobids[cur_job], /* jobid */
-                                     "last", /* sequence */
+                                     "UI=999980:NS=9999999980:WM=999980:BH=9999999980:JSS=999980:LM=999980:LRMS=999980:APP=999980", /* sequence */
                                      PERFTEST_END_TAG_NAME,
                                      PERFTEST_END_TAG_VALUE)) < 0) {
                        fprintf(stderr, "produceEventString: error creating termination event\n");