Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Socket / Protocols / DatagramSocketProtocol.hh
index a0586b7..5aa460d 100644 (file)
@@ -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 */
     };
-    
+
 
     ///\}
 }