From 21971a01674650c551713c356281bf1a2ab1b4f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 2 Apr 2012 07:33:44 +0000 Subject: [PATCH] New example --- org.glite.lb.client/Makefile | 1 + org.glite.lb.client/examples/reallyrunning.l | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 org.glite.lb.client/examples/reallyrunning.l diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 8a911a1..0d371e7 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -46,6 +46,7 @@ l_SRC = \ running.l \ running_dag.l \ running_subjob.l \ + reallyrunning.l \ scheduled.l \ scheduled_dag.l \ scheduled_subjob.l \ diff --git a/org.glite.lb.client/examples/reallyrunning.l b/org.glite.lb.client/examples/reallyrunning.l new file mode 100644 index 0000000..9dc6177 --- /dev/null +++ b/org.glite.lb.client/examples/reallyrunning.l @@ -0,0 +1,4 @@ +# macro definition for REALLYRUNNING state + +:running: +-s LogMonitor,-e ReallyRunning,--wn_seq="${EDG_WL_SEQUENCE:-UI=000003:NS=0000000000:WM=000000:BH=0000000000:JSS=000000:LM=000000:LRMS=000000:APP=000000:LBS=000000}" -- 1.8.2.3