aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-18 13:29:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-18 13:29:50 +0200
commit0e2f76b6f0ecb4b4c00a4c8001843b3c54bc08ad (patch)
tree3f0735a7b7e0be27823b23e24806fe9650548dc6 /bbot/agent
parent1804e3e8cf3b8f1bb14e197dada1697c40bed144 (diff)
Finish agent and worker logic
Diffstat (limited to 'bbot/agent')
-rw-r--r--bbot/agent5
1 files changed, 4 insertions, 1 deletions
diff --git a/bbot/agent b/bbot/agent
index c53c5c9..14d2995 100644
--- a/bbot/agent
+++ b/bbot/agent
@@ -19,9 +19,12 @@ namespace bbot
extern const string bs_prot; // Bootstrap protocol version.
extern string tc_name; // Toolchain name.
- extern string tc_num; // Toolchain number.
+ extern size_t tc_num; // Toolchain number.
extern string tc_id; // Toolchain id.
+ extern strings controllers; // Controller URLs.
+
+ extern string hname; // Our host name.
extern uid_t uid; // Our effective user id.
extern string uname; // Our effective user name.