diff options
Diffstat (limited to 'include/wth-receiver-comm.h')
-rw-r--r-- | include/wth-receiver-comm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wth-receiver-comm.h b/include/wth-receiver-comm.h index 4499053..fc6e6ae 100644 --- a/include/wth-receiver-comm.h +++ b/include/wth-receiver-comm.h @@ -131,6 +131,7 @@ struct ivisurface { struct wthp_callback *cb; struct wl_list link; /* struct client::surface_list */ struct surface *surf; + struct application_id *appid; }; /* wthp_ivi_application protocol object */ @@ -164,6 +165,9 @@ struct client { struct wl_list link; /* struct receiver::client_list */ struct receiver *receiver; + pid_t pid; + bool pid_destroying; + struct wth_connection *connection; struct watch conn_watch; |