aboutsummaryrefslogtreecommitdiffstats
path: root/android/utils
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2012-03-29 07:34:07 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2012-03-29 07:34:07 -0700
commita7383ef4eb8d3863c8d582ea0d6b2ddb42125cba (patch)
treeab5f023b5e7666ec36760296c681921256ae74f5 /android/utils
parent14a4131fde5542634aede4f358cfb4761330b69a (diff)
downloadexternal_qemu-a7383ef4eb8d3863c8d582ea0d6b2ddb42125cba.zip
external_qemu-a7383ef4eb8d3863c8d582ea0d6b2ddb42125cba.tar.gz
external_qemu-a7383ef4eb8d3863c8d582ea0d6b2ddb42125cba.tar.bz2
Implements asynchronous socket API
This is pretty basic API that allows to asynchronously connect to a socket, and perform asynchronous read from / write to the connected socket. Since all the operations (including connection) are asynchronous, all the operation results are reported back to the client of this API via set of callbacks that client supplied to this API. Change-Id: I2a18f5b9c575ab7825c9e5a086f4cd9fb6b130ec
Diffstat (limited to 'android/utils')
-rw-r--r--android/utils/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/utils/debug.h b/android/utils/debug.h
index d7de9da..d6fd60c 100644
--- a/android/utils/debug.h
+++ b/android/utils/debug.h
@@ -45,6 +45,7 @@
_VERBOSE_TAG(adbclient, "ADB QEMU client") \
_VERBOSE_TAG(adb, "ADB debugger") \
_VERBOSE_TAG(asconnector, "Asynchronous socket connector") \
+ _VERBOSE_TAG(asyncsocket, "Asynchronous socket") \
#define _VERBOSE_TAG(x,y) VERBOSE_##x,
typedef enum {