aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index 6b99bdd..f30ebb8 100644
--- a/src/application.h
+++ b/src/application.h
@@ -54,6 +54,7 @@ typedef struct MESSENGER_Application
54 struct { 54 struct {
55 int status; 55 int status;
56 pthread_t tid; 56 pthread_t tid;
57 char *identity;
57 58
58 MESSENGER_ApplicationSignal signal; 59 MESSENGER_ApplicationSignal signal;
59 60