aboutsummaryrefslogtreecommitdiffstats
path: root/android/core-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/core-connection.h')
-rw-r--r--android/core-connection.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/core-connection.h b/android/core-connection.h
index fc1be43..19e91a1 100644
--- a/android/core-connection.h
+++ b/android/core-connection.h
@@ -130,4 +130,12 @@ int core_connection_switch_stream(CoreConnection* desc,
*/
void core_connection_detach(CoreConnection* desc);
+/* Gets socket descriptor associated with the core connection.
+ * Param:
+ * desc Console client descriptor opened with core_connection_open.
+ * Return
+ * Socket descriptor associated with the core connection.
+ */
+int core_connection_get_socket(CoreConnection* desc);
+
#endif // QEMU_ANDROID_CORE_CONNECTION_H