Changeset 15061 for trunk/FACT++/src
- Timestamp:
- 03/13/13 15:53:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r15060 r15061 2216 2216 fShouldAutoStart = true; 2217 2217 } 2218 if (conf.Has("service-list-interval")) 2219 fCurrentSubscriptionUpdateRate = conf.Get<int32_t>("service-list-interval"); 2218 2220 return -1; 2219 2221 } … … 2291 2293 ("no-numsubs-service", po_bool(), "Disable update of number-of-subscriptions service") 2292 2294 ("start-daily-files", po_bool(), "Starts the logger in DailyFileOpen instead of Ready") 2295 ("service-list-interval", var<int32_t>(), "Interval between two updates of the service SUBSCRIPTIONS") 2293 2296 ; 2294 2297
Note:
See TracChangeset
for help on using the changeset viewer.