diff options
Diffstat (limited to 'src/packetSource.h')
-rw-r--r-- | src/packetSource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packetSource.h b/src/packetSource.h index 94c6c45..6909125 100644 --- a/src/packetSource.h +++ b/src/packetSource.h @@ -66,6 +66,7 @@ public: void send(u_int8_t* buf, u_int32_t len, PacketSourceEndpoint remote); void onResolve(const boost::asio::ip::udp::endpoint& e); + void onError(const std::runtime_error& e); private: |