Fix Stream not starting on first app

This commit is contained in:
loki
2019-12-18 00:32:10 +01:00
parent ae2eb217a5
commit 540edb80e7
3 changed files with 14 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ namespace stream {
struct launch_session_t {
crypto::aes_t gcm_key;
crypto::aes_t iv;
bool has_process;
};
extern safe::event_t<launch_session_t> launch_event;