From 1494e66b4b448132030c233ef75dd9210b90e9ef Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 12 Sep 2013 23:06:12 -0700 Subject: gras: added thread pool to global config --- lib/element.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/element.cpp') diff --git a/lib/element.cpp b/lib/element.cpp index 5574c02..efd8dfd 100644 --- a/lib/element.cpp +++ b/lib/element.cpp @@ -94,6 +94,11 @@ GlobalBlockConfig &Element::global_config(void) return (*this)->global_config; } +void Element::commit_config(void) +{ + //NOP -- this call gets overridden +} + void Element::adopt_element(const std::string &name, const Element &child) { if (child->parent) throw std::invalid_argument(str(boost::format( -- cgit