CMake build system introduced (issue #9)
[libcds.git] / src / urcu_sh.cpp
1 //$$CDS-header$$
2
3 #include <cds/urcu/details/sh.h>
4
5 #ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED
6 namespace cds { namespace urcu { namespace details {
7
8     template<> CDS_EXPORT_API singleton_vtbl * sh_singleton_instance< signal_buffered_tag >::s_pRCU = nullptr;
9     template<> CDS_EXPORT_API singleton_vtbl * sh_singleton_instance< signal_threaded_tag >::s_pRCU = nullptr;
10
11 }}} // namespace cds::urcu::details
12
13 #endif //#ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED