commit | b9b929b670329583a2e564fcc5341deb641b3159 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jan 13 16:33:06 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jan 13 16:33:06 2017 -0500 |
tree | 5bc8721f81e925b31f94beebd49dde464e218f65 | |
parent | 5dd1c1ebe1902fb11f75dc8f26caba52a5538a6e [diff] [blame] |
Add volatile keyword on shutdown Change-Id: I7448507cf8f18036be6c25bf4ba9d5dd8c2ba768 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/manager.hpp b/manager.hpp index d087b8b..24173e2 100644 --- a/manager.hpp +++ b/manager.hpp
@@ -186,7 +186,7 @@ } /** @brief Provided for testing only. */ - bool _shutdown; + volatile bool _shutdown; /** @brief Path prefix applied to any relative paths. */ const char* _root;