aboutsummaryrefslogtreecommitdiff
path: root/src/stream/perf_stream_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/perf_stream_api.c')
-rw-r--r--src/stream/perf_stream_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream/perf_stream_api.c b/src/stream/perf_stream_api.c
index 310e4c5ef8..a3f188a8f8 100644
--- a/src/stream/perf_stream_api.c
+++ b/src/stream/perf_stream_api.c
@@ -103,12 +103,12 @@ struct PeerData
/**
* Peer's io write handle
*/
- struct GNUNET_STREAM_IOWriteHandle *io_write_handle;
+ struct GNUNET_STREAM_WriteHandle *io_write_handle;
/**
* Peer's io read handle
*/
- struct GNUNET_STREAM_IOReadHandle *io_read_handle;
+ struct GNUNET_STREAM_ReadHandle *io_read_handle;
/**
* The peer handle when we use the testbed servie