summaryrefslogtreecommitdiff
path: root/src/io/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/io.h')
-rw-r--r--src/io/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/io.h b/src/io/io.h
index b2792dd..7653ace 100644
--- a/src/io/io.h
+++ b/src/io/io.h
@@ -206,7 +206,7 @@ public:
virtual own<input_stream> wrap_input_fd(int fd) = 0;
- virtual network &network() = 0;
+ virtual network &get_network() = 0;
};
struct async_io_context {