aboutsummaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 85922bf8..03a7393a 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -86,6 +86,11 @@ struct asocket {
*/
int closing;
+ /* flag: quit adbd when both ends close the
+ ** local service socket
+ */
+ int exit_on_close;
+
/* the asocket we are connected to
*/