summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/manage.h
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-05 17:55:46 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-05 17:55:46 +0200
commit4a7488e0b5dc2a0069d2a4c9b461631016a95d45 (patch)
tree4b3ea85dc5d6ef8c2f583238533b4ce20def5936 /openvpn/src/openvpn/manage.h
parent93a5fd15a90fe88308003547d55e32123b6999e4 (diff)
First time a fd was successfully transfered over a socket :)
Diffstat (limited to 'openvpn/src/openvpn/manage.h')
-rw-r--r--openvpn/src/openvpn/manage.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/manage.h b/openvpn/src/openvpn/manage.h
index f681f8d4..71e1a84e 100644
--- a/openvpn/src/openvpn/manage.h
+++ b/openvpn/src/openvpn/manage.h
@@ -208,7 +208,7 @@ struct man_persist {
bool hold_release;
const char *special_state_msg;
-
+
counter_type bytes_in;
counter_type bytes_out;
};
@@ -303,6 +303,10 @@ struct man_connection {
#ifdef MANAGMENT_EXTERNAL_KEY
struct buffer_list *rsa_sig;
#endif
+#ifdef TARGET_ANDROID
+ int fdtosend;
+#endif
+
};
struct management