mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-05-05 12:24:19 +02:00
temp: all
This commit is contained in:
@@ -31,8 +31,10 @@ namespace sdbus { namespace test {
|
||||
std::unique_ptr<sdbus::IConnection> BaseTestFixture::s_adaptorConnection = sdbus::createSystemBusConnection();
|
||||
std::unique_ptr<sdbus::IConnection> BaseTestFixture::s_proxyConnection = sdbus::createSystemBusConnection();
|
||||
|
||||
std::thread TestFixture<SdEventLoop>::s_eventLoopThread{};
|
||||
sd_event *TestFixture<SdEventLoop>::s_sdEvent{};
|
||||
std::thread TestFixture<SdEventLoop>::s_adaptorEventLoopThread{};
|
||||
std::thread TestFixture<SdEventLoop>::s_proxyEventLoopThread{};
|
||||
sd_event *TestFixture<SdEventLoop>::s_adaptorSdEvent{};
|
||||
sd_event *TestFixture<SdEventLoop>::s_proxySdEvent{};
|
||||
int TestFixture<SdEventLoop>::s_eventExitFd{-1};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user