Signed-off-by: Jesse Williamson <jwilliamson@suse.de>
std::shared_ptr<ImageDeleter> m_image_deleter;
ImageSyncThrottlerRef<> m_image_sync_throttler;
std::map<PoolPeer, std::unique_ptr<PoolReplayer> > m_pool_replayers;
- atomic_t m_stopping;
+ std::atomic<bool> m_stopping = { false };
bool m_manual_stop = false;
MirrorAdminSocketHook *m_asok_hook;
};
ImageSyncThrottlerRef<> m_image_sync_throttler;
mutable Mutex m_lock;
Cond m_cond;
- atomic_t m_stopping;
+ std::atomic<bool> m_stopping = { false };
bool m_manual_stop = false;
bool m_blacklisted = false;