diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-05-16 16:12:20 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-05-16 16:12:20 +0200 |
commit | dc0b6dd8d4284f56bc50543f5a148c23614ed725 (patch) | |
tree | 57ae207f58ef6f15f7255dbb14ea9e862fd4a32e /src/io/io.h | |
parent | f9083189bb36c39856bfe259096eb5df142ba397 (diff) |
c++: Fix naming convention for io provider
Diffstat (limited to 'src/io/io.h')
-rw-r--r-- | src/io/io.h | 2 |
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 { |