Small renaming
diff --git a/model/ccnx-content-store-lru.cc b/model/ccnx-content-store-policies.cc
similarity index 98%
rename from model/ccnx-content-store-lru.cc
rename to model/ccnx-content-store-policies.cc
index a8d00b6..e9a23e1 100644
--- a/model/ccnx-content-store-lru.cc
+++ b/model/ccnx-content-store-policies.cc
@@ -18,7 +18,7 @@
* Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
*/
-#include "ccnx-content-store-lru.h"
+#include "ccnx-content-store-policies.h"
#include "ns3/log.h"
#include "ns3/uinteger.h"
diff --git a/model/ccnx-content-store-lru.h b/model/ccnx-content-store-policies.h
similarity index 96%
rename from model/ccnx-content-store-lru.h
rename to model/ccnx-content-store-policies.h
index f863aae..4b3a383 100644
--- a/model/ccnx-content-store-lru.h
+++ b/model/ccnx-content-store-policies.h
@@ -19,8 +19,8 @@
* Ilya Moiseenko <iliamo@cs.ucla.edu>
*/
-#ifndef CCNX_CONTENT_STORE_LRU_H
-#define CCNX_CONTENT_STORE_LRU_H
+#ifndef CCNX_CONTENT_STORE_POLICIES_H
+#define CCNX_CONTENT_STORE_POLICIES_H
#include "ccnx-content-store-impl.h"
@@ -149,4 +149,4 @@
} //namespace ns3
-#endif // CCNX_CONTENT_STORE_LRU_H
+#endif // CCNX_CONTENT_STORE_POLICIES_H