aboutsummaryrefslogtreecommitdiff
path: root/src/stream/test_stream_2peers_halfclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/test_stream_2peers_halfclose.c')
-rw-r--r--src/stream/test_stream_2peers_halfclose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream/test_stream_2peers_halfclose.c b/src/stream/test_stream_2peers_halfclose.c
index 617ab99a8..852880868 100644
--- a/src/stream/test_stream_2peers_halfclose.c
+++ b/src/stream/test_stream_2peers_halfclose.c
@@ -55,12 +55,12 @@ struct PeerData
55 /** 55 /**
56 * Peer's io write handle 56 * Peer's io write handle
57 */ 57 */
58 struct GNUNET_STREAM_IOWriteHandle *io_write_handle; 58 struct GNUNET_STREAM_WriteHandle *io_write_handle;
59 59
60 /** 60 /**
61 * Peer's io read handle 61 * Peer's io read handle
62 */ 62 */
63 struct GNUNET_STREAM_IOReadHandle *io_read_handle; 63 struct GNUNET_STREAM_ReadHandle *io_read_handle;
64 64
65 /** 65 /**
66 * Peer's shutdown handle 66 * Peer's shutdown handle