added WMS DN to reg. event
authorMichal Voců <michal@ruk.cuni.cz>
Tue, 27 Apr 2010 09:27:41 +0000 (09:27 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Tue, 27 Apr 2010 09:27:41 +0000 (09:27 +0000)
org.glite.lb.common/src/lb_perftest.c

index cfc46a5..de03a01 100644 (file)
@@ -516,7 +516,8 @@ glite_wll_perftest_produceEventString(char **event, char **jobid)
                                              "", /* parent */
                                              "SIMPLE", /* job type */
                                              0, /* subjobs */
-                                             "" /*seed */
+                                             "", /*seed */
+                                             "" /* WMS DN */
                                    )) < 0) {
                                fprintf(stderr, "produceEventString: error creating registration event\n");
                                if(pthread_mutex_unlock(&perftest_lock) < 0)