aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-qemud.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-21 17:50:20 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-04-11 18:18:53 +0200
commitbb1f432421288dae208c7189356643023ccbffbc (patch)
tree1df51627d90ee27310f028a0553bea41ba8ff825 /android/hw-qemud.h
parent8805b422dfaa568213c0909da6da48d24837324f (diff)
downloadexternal_qemu-bb1f432421288dae208c7189356643023ccbffbc.zip
external_qemu-bb1f432421288dae208c7189356643023ccbffbc.tar.gz
external_qemu-bb1f432421288dae208c7189356643023ccbffbc.tar.bz2
qemud: prevent recursive closure of clients.
+ add android/hw-qemud-pipe.h Change-Id: Icf7b316137cd9f1ce46e4c3642addccea6222a24
Diffstat (limited to 'android/hw-qemud.h')
-rw-r--r--android/hw-qemud.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/android/hw-qemud.h b/android/hw-qemud.h
index 18eec6f..cd05737 100644
--- a/android/hw-qemud.h
+++ b/android/hw-qemud.h
@@ -90,12 +90,12 @@ typedef int (*QemudClientLoad) ( QEMUFile* f, QemudClient* client, void* opaq
* (see below).
*/
extern QemudClient* qemud_client_new( QemudService* service,
- int channel_id,
- void* clie_opaque,
- QemudClientRecv clie_recv,
- QemudClientClose clie_close,
- QemudClientSave clie_save,
- QemudClientLoad clie_load );
+ int channel_id,
+ void* clie_opaque,
+ QemudClientRecv clie_recv,
+ QemudClientClose clie_close,
+ QemudClientSave clie_save,
+ QemudClientLoad clie_load );
/* Enable framing on a given client channel.
*/