X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDatagramSocketProtocol.hh;h=5aa460d68b0f20378d5bc6807343334b7e18890c;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=a0586b745271da2ad833f66fc61b196f5aded0ab;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Socket/Protocols/DatagramSocketProtocol.hh b/senf/Socket/Protocols/DatagramSocketProtocol.hh index a0586b7..5aa460d 100644 --- a/senf/Socket/Protocols/DatagramSocketProtocol.hh +++ b/senf/Socket/Protocols/DatagramSocketProtocol.hh @@ -45,6 +45,8 @@ namespace senf { : public virtual SocketProtocol { public: + ClockService::clock_type timestamp_system() const; ///< Return packet timestamp of last packet + ClockService::clock_type timestamp() const; ///< Return packet timestamp of last packet /**< The returned timestamp represents the time, at which the last network packet passed to the user has been @@ -55,7 +57,7 @@ namespace senf { on the socket. \returns timestamp when last packet was received */ }; - + ///\} }