summaryrefslogtreecommitdiff
path: root/daemon/daemon.h
diff options
context:
space:
mode:
authorjusung son <jusung07.son@samsung.com>2018-06-05 13:21:33 +0900
committerjusung son <jusung07.son@samsung.com>2018-06-07 10:51:14 +0900
commitbc2a82351a160e6f7c3353fed5a00ffb9493c95d (patch)
tree45d2bb15b8d0a33b44073ccd50aaa9eb374603bc /daemon/daemon.h
parent030c6353c4026d730402399e7bf1916aee70a047 (diff)
downloadbuxton2-bc2a82351a160e6f7c3353fed5a00ffb9493c95d.tar.gz
buxton2-bc2a82351a160e6f7c3353fed5a00ffb9493c95d.tar.bz2
buxton2-bc2a82351a160e6f7c3353fed5a00ffb9493c95d.zip
Add file log
Change-Id: Ieb3b8b76c1f88793081fd2111692863e1a744312 Signed-off-by: jusung son <jusung07.son@samsung.com>
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r--daemon/daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h
index 439c065..9f0762c 100644
--- a/daemon/daemon.h
+++ b/daemon/daemon.h
@@ -42,6 +42,7 @@ struct bxt_client {
struct ucred cred;
char *label;
+ char *process_name;
GList *notilist; /* struct bxt_noti */
GHashTable *delay_notilist;