From: Jiří Filipovič Date: Thu, 6 Sep 2012 10:27:17 +0000 (+0000) Subject: - job_reg allows to explicitly set job's owner X-Git-Tag: glite-lb-client_R_5_2_6_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b1ab588b93fda5dbbcf78b38a517c406de76dad4;p=jra1mw.git - job_reg allows to explicitly set job's owner - added new sources: CloudManager, VMManager, VMSystem - removed sources from VMRunning and VMShutdown events --- 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;