summaryrefslogtreecommitdiffstats
path: root/src/hs-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-client.h')
-rw-r--r--src/hs-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hs-client.h b/src/hs-client.h
index 16fa39c..b06a717 100644
--- a/src/hs-client.h
+++ b/src/hs-client.h
@@ -47,6 +47,7 @@ private:
private:
std::string my_id;
afb_event_t my_event;
+ bool subscription = false;
std::unordered_map<std::string, int> event_list;
};