aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/agent.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-03-19 08:16:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-03-22 07:37:09 +0200
commit4ec9106cdcce82d2f560f201b7f40691f5455da8 (patch)
treee6749078f367be71009b52ed3155b4db69bc696a /bbot/agent/agent.hxx
parent78bb97e255c946f3235dfe7cb50487328e9d60e0 (diff)
Implement auxiliary machine support in bbot-agent
Diffstat (limited to 'bbot/agent/agent.hxx')
-rw-r--r--bbot/agent/agent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/agent/agent.hxx b/bbot/agent/agent.hxx
index 72b819b..9c8400f 100644
--- a/bbot/agent/agent.hxx
+++ b/bbot/agent/agent.hxx
@@ -22,14 +22,14 @@ namespace bbot
extern standard_version tc_ver; // Toolchain version.
extern string tc_id; // Toolchain id.
- extern uint16_t inst; // Instance number.
+ extern uint16_t inst; // Instance number (1-based).
extern string hname; // Our host name.
extern string hip; // Our IP address.
extern uid_t uid; // Our effective user id.
extern string uname; // Our effective user name.
- extern uint16_t offset; // Agent offset.
+ extern uint16_t offset; // Agent offset (10-9990; used for ports).
// Random number generator (currently not MT-safe and limited to RAND_MAX).
//