Loading include/daemon/stagingdata/intialize_hsm.hpp 0 → 100644 +26 −0 Original line number Diff line number Diff line #ifndef INTIALIZE_HSM_HPP #define INTIALIZE_HSM_HPP #include <thread> #include <iostream> #include <common/staging/hsm_extension.hpp> #include <common/staging/stagelist.hpp> #include "daemon/stagingdata/flushback.hpp" #include <daemon/stagingdata/intialize_hsm.hpp> namespace hsmenv { /// @brief Transfer cached files void transfer_cached_files(); /// @brief Setup HSM environment void setup(); /// @brief Shutdown HSM environment void shutdown(); } #endif // INTIALIZE_HSM_HPP No newline at end of file Loading
include/daemon/stagingdata/intialize_hsm.hpp 0 → 100644 +26 −0 Original line number Diff line number Diff line #ifndef INTIALIZE_HSM_HPP #define INTIALIZE_HSM_HPP #include <thread> #include <iostream> #include <common/staging/hsm_extension.hpp> #include <common/staging/stagelist.hpp> #include "daemon/stagingdata/flushback.hpp" #include <daemon/stagingdata/intialize_hsm.hpp> namespace hsmenv { /// @brief Transfer cached files void transfer_cached_files(); /// @brief Setup HSM environment void setup(); /// @brief Shutdown HSM environment void shutdown(); } #endif // INTIALIZE_HSM_HPP No newline at end of file