commit | d351c6b4e11399f920700ce0639acf8b798912b5 | [log] [tgz] |
---|---|---|
author | spirosmastorakis <spiros.mastorakis@gmail.com> | Fri May 06 17:02:48 2016 -0700 |
committer | spirosmastorakis <spiros.mastorakis@gmail.com> | Mon May 09 12:56:33 2016 -0700 |
tree | 5df9c5a8463158aa2604f6a74db9131ca083d6fd | |
parent | 0dc0a1e01ac9c2602230dff01ec3ce25b102c908 [diff] [blame] |
Abstracting testbed prepended name components Change-Id: Ieb3b3971fb09e31ddb15d85b5907ee7be41ef6ae
diff --git a/src/main.cpp b/src/main.cpp index 2fd441d..2a0f69a 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -50,6 +50,11 @@ } }; +namespace ntorrent { + +const char * SharedConstants::commonPrefix = "/ndn"; + +} // end ntorrent } // end ndn // TODO(msweatt) Add options verification