summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-06-22 07:14:54 -0400
committerMike Lockwood <lockwood@android.com>2011-06-22 07:15:44 -0400
commit07edefe4cecbddaf6282e556e04a1e1ef21c404a (patch)
tree472dfe88bb18f926e834526de01bff00ce667911 /adb/adb.h
parent693e78b9b61da835b6d2f88348bb99ab0840b37e (diff)
downloadsystem_core-07edefe4cecbddaf6282e556e04a1e1ef21c404a.zip
system_core-07edefe4cecbddaf6282e556e04a1e1ef21c404a.tar.gz
system_core-07edefe4cecbddaf6282e556e04a1e1ef21c404a.tar.bz2
Revert "adb: kick the transport after sending the "adb root" command"
This reverts commit d15e6ac95dc898fb78fb5917bb2e4498b40b716f. Also increment adb version to 1.0.29 Change-Id: I890643f0c18a2fe90f170134df039c54116cecda Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/adb/adb.h b/adb/adb.h
index e655a14..ac31f11 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -35,7 +35,7 @@
#define ADB_VERSION_MAJOR 1 // Used for help/version information
#define ADB_VERSION_MINOR 0 // Used for help/version information
-#define ADB_SERVER_VERSION 28 // Increment this when we want to force users to start a new adb server
+#define ADB_SERVER_VERSION 29 // Increment this when we want to force users to start a new adb server
typedef struct amessage amessage;
typedef struct apacket apacket;
@@ -86,12 +86,6 @@ struct asocket {
*/
int closing;
- /* flag: kick the transport when the socket is closed.
- ** This is needed to handle commands that cause the
- ** remote daemon to terminate, like "adb root"
- */
- int kick_on_close;
-
/* the asocket we are connected to
*/