Scopira  20080306
ids.h
1 
2 /*
3  * Copyright (c) 2006-2007 National Research Council
4  *
5  * All rights reserved.
6  *
7  * This material is confidential and proprietary information of
8  * National Research Council Canada ("Confidential Information").
9  * This Confidential Information may only be used and reproduced
10  * in accordance with the terms of the license agreement.
11  *
12  */
13 
14 #ifndef __INCLUDED_SCOPIRA_AGENT_IDS_H__
15 #define __INCLUDED_SCOPIRA_AGENT_IDS_H__
16 
17 #include <scopira/tool/uuid.h>
18 #include <scopira/tool/export.h>
19 
20 namespace scopira
21 {
22  namespace agent
23  {
25  SCOPIRA_EXPORT extern scopira::tool::uuid where_master_c;
27  SCOPIRA_EXPORT extern scopira::tool::uuid where_this_c;
28 
30  SCOPIRA_EXPORT extern scopira::tool::uuid agent_service_c;
32  SCOPIRA_EXPORT extern scopira::tool::uuid worker_agent_service_c;
33  }
34 }
35 
36 #endif
37 
38 
scopira::tool::uuid where_master_c
a where specification to place the task at the master&#39;s agent
Definition: archiveflow.h:20
Definition: uuid.h:183
scopira::tool::uuid agent_service_c
the "service" type for agents themselves
scopira::tool::uuid where_this_c
a where specification to place the task at the same agent as the launcher (like "localhost") ...
scopira::tool::uuid worker_agent_service_c
the "service" type for agents themselves (but only the job accepting agents)