Loading include/daemon/stagingdata/flushback.hpp 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef FLUSHBACK_HPP #define FLUSHBACK_HPP #include <fstream> #include <vector> #include <string> #include <stdexcept> namespace stageout { void flushback(); } // namespace stageout #endif // FLUSHBACK_HPP Loading
include/daemon/stagingdata/flushback.hpp 0 → 100644 +13 −0 Original line number Diff line number Diff line #ifndef FLUSHBACK_HPP #define FLUSHBACK_HPP #include <fstream> #include <vector> #include <string> #include <stdexcept> namespace stageout { void flushback(); } // namespace stageout #endif // FLUSHBACK_HPP