From b1ab588b93fda5dbbcf78b38a517c406de76dad4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Thu, 6 Sep 2012 10:27:17 +0000 Subject: [PATCH] - job_reg allows to explicitly set job's owner - added new sources: CloudManager, VMManager, VMSystem - removed sources from VMRunning and VMShutdown events --- org.glite.lb.common/interface/context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.common/interface/context.h b/org.glite.lb.common/interface/context.h index d90f7bf..a4a47f1 100644 --- a/org.glite.lb.common/interface/context.h +++ b/org.glite.lb.common/interface/context.h @@ -107,6 +107,7 @@ typedef enum _edg_wll_Source { EDG_WLL_SOURCE_CLOUD_MANAGER, EDG_WLL_SOURCE_VM_MANAGER, EDG_WLL_SOURCE_VM_SYSTEM, + EDG_WLL_SOURCE__LAST /* marker, for internal use only */ } edg_wll_Source; -- 1.8.2.3