summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Pang2014-02-11 17:26:34 -0600
committerIvan Pang2014-02-11 17:26:34 -0600
commite73631667a01893ea7eaf6651d4f0628b752ff6b (patch)
treed38b8a420cff5b114d6cad632c30eecead0d8870 /include
parent6835fcac51f5bdef1ccab648d38d75c66ef8033c (diff)
downloadmpm-transport-e73631667a01893ea7eaf6651d4f0628b752ff6b.tar.gz
mpm-transport-e73631667a01893ea7eaf6651d4f0628b752ff6b.tar.xz
mpm-transport-e73631667a01893ea7eaf6651d4f0628b752ff6b.zip
Added timeout feature for waiting for hyplnk connection
Diffstat (limited to 'include')
-rwxr-xr-xinclude/mpm_transport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpm_transport.h b/include/mpm_transport.h
index 6ef51a2..dbffd59 100755
--- a/include/mpm_transport.h
+++ b/include/mpm_transport.h
@@ -47,6 +47,7 @@
47 47
48typedef struct mpm_transport_open_tag { 48typedef struct mpm_transport_open_tag {
49 mode_t open_mode; 49 mode_t open_mode;
50 uint32_t usec_timeout;
50} mpm_transport_open_t; 51} mpm_transport_open_t;
51 52
52typedef struct mpm_transport_read_tag { 53typedef struct mpm_transport_read_tag {