Revision a2c5a4cb src/host/HostPool.cc
src/host/HostPool.cc | ||
---|---|---|
41 | 41 |
const string& hook_location, |
42 | 42 |
const string& remotes_location, |
43 | 43 |
time_t expire_time) |
44 |
: PoolSQL(db, Host::table, true, true)
|
|
44 |
: PoolSQL(db, Host::table) |
|
45 | 45 |
{ |
46 | 46 |
|
47 | 47 |
_monitor_expiration = expire_time; |
Also available in: Unified diff