Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Socket / Protocols / DatagramSocketProtocol.hh
index 73df063..5aa460d 100644 (file)
@@ -28,8 +28,8 @@
 
 // Custom includes
 #include <sys/time.h>
-#include "../../Socket/SocketProtocol.hh"
-#include "../../Scheduler/ClockService.hh"
+#include <senf/Socket/SocketProtocol.hh>
+#include <senf/Scheduler/ClockService.hh>
 
 //#include "DatagramSocketProtocol.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -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 */
     };
-    
+
 
     ///\}
 }