dce-debug.patch
author Hajime Tazaki <tazaki@nict.go.jp>
Thu, 20 Jun 2013 09:56:26 +0900
changeset 26 0fca5307fd86
permissions -rw-r--r--
update a lot
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     1
diff --git a/model/dce-debug.cc b/model/dce-debug.cc
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     2
--- a/model/dce-debug.cc
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     3
+++ b/model/dce-debug.cc
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     4
@@ -27,7 +27,6 @@
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     5
 uint32_t dce_debug_nodeid (void)
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     6
 {
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     7
   NS_LOG_FUNCTION (Current () << UtilsGetNodeId ());
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     8
-  NS_ASSERT (Current () != 0);
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
     9
   return UtilsGetNodeId ();
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
    10
 }
0fca5307fd86 update a lot
Hajime Tazaki <tazaki@nict.go.jp>
parents:
diff changeset
    11
 const char * dce_debug_processname (void)