aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/ccnx/icnet_ccnx_content_object.h
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-02-23 15:25:32 +0100
committerMauro Sardara <msardara+fdio@cisco.com>2018-02-23 18:34:34 +0100
commit95f3619c8be677bcd9cf3bb320c7262bbe6dc44b (patch)
treedce5ef7a24e987797f79a90a6009b40e667e1be5 /icnet/ccnx/icnet_ccnx_content_object.h
parent9b35eadcca5b19078c55a10e68abeace81cf032c (diff)
Added native PING application
Change-Id: If76818fdc90e7223e811ece0c21f8a7c67defa4c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'icnet/ccnx/icnet_ccnx_content_object.h')
-rw-r--r--icnet/ccnx/icnet_ccnx_content_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icnet/ccnx/icnet_ccnx_content_object.h b/icnet/ccnx/icnet_ccnx_content_object.h
index e7e641e6..367df0be 100644
--- a/icnet/ccnx/icnet_ccnx_content_object.h
+++ b/icnet/ccnx/icnet_ccnx_content_object.h
@@ -59,7 +59,7 @@ class ContentObject : public std::enable_shared_from_this<ContentObject> {
public:
ContentObject();
- ContentObject(const Name &name, uint8_t *payload, std::size_t size);
+ ContentObject(const Name &name, const uint8_t *payload, std::size_t size);
ContentObject(const CCNxContentObjectStructure *content_object);