summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/virtual_server_endpoint_impl.hpp')
-rw-r--r--implementation/endpoints/include/virtual_server_endpoint_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/implementation/endpoints/include/virtual_server_endpoint_impl.hpp b/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
index 4f4d6d4..58619cc 100644
--- a/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
+++ b/implementation/endpoints/include/virtual_server_endpoint_impl.hpp
@@ -28,6 +28,8 @@ public:
void set_connected(bool _connected);
bool send(const byte_t *_data, uint32_t _size, bool _flush);
+ bool send(const std::vector<byte_t>& _cmd_header, const byte_t *_data,
+ uint32_t _size, bool _flush);
bool send_to(const std::shared_ptr<endpoint_definition> _target,
const byte_t *_data, uint32_t _size, bool _flush);
void enable_magic_cookies();