Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1264)

Unified Diff: src/core/model/win32-system-wall-clock-ms.cc

Issue 342120043: New patch for core module changes (Closed)
Patch Set: Updated core patch Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/model/win32-system-wall-clock-ms.cc
===================================================================
--- a/src/core/model/win32-system-wall-clock-ms.cc
+++ b/src/core/model/win32-system-wall-clock-ms.cc
@@ -19,7 +19,7 @@
*/
#include "system-wall-clock-ms.h"
-
+#include "log.h"
#include <ctime>
/**
@@ -30,6 +30,8 @@
namespace ns3 {
+NS_LOG_COMPONENT_DEFINE("SystemWallClockMs");
+
/**
* \ingroup system
* \brief System-dependent implementation for SystemWallClockMs

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b