From: Aleš Křenek Date: Sat, 8 Sep 2007 01:44:46 +0000 (+0000) Subject: another optional field X-Git-Tag: glite-lb-client_R_3_0_1_1~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=73cbe75445376b2cf43a1bf299d9f395491a29c3;p=jra1mw.git another optional field --- diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 915b0a2..7131a6d 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -65,6 +65,7 @@ @type EnQueued The job has been enqueued in an inter-component queue. string queue Queue into which the job has been stored for retrieval by another component. string job Job description in the receiver's language. + _optional_ int result Result code of the attempt to put job into the queue (START, OK, REFUSED or FAIL). _code_ START The sending component has started or is about to start enqueuing the job. _code_ OK The job was enqueued successfully.