Commit f92c4d46 authored by Maysam Rahmanpour's avatar Maysam Rahmanpour
Browse files

Added intialize_hsm header

parent c54fb0a1
Loading
Loading
Loading
Loading
Loading
+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