commit | 64206115e4558af65b6ae4aa5f2c35078eb7d9ac | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Tue Dec 24 11:16:32 2013 +0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Tue Dec 24 11:16:32 2013 +0800 |
tree | 5a0867d5356ba76dfa2ee850c62d54579ca056c0 | |
parent | 11f2c43894beb195b768e5011c167299b1bf4aad [diff] [blame] |
Changing API from ndn.cxx to ndn-cpp Change-Id: Ie0fe7d75e4ed056dec6e9da906f9c8808ad9a0ca
diff --git a/src/profile.proto b/src/profile.proto new file mode 100644 index 0000000..34f79da --- /dev/null +++ b/src/profile.proto
@@ -0,0 +1,12 @@ +package Chronos; + +message ProfileMsg +{ + required string identityName = 1; + message ProfileEntry + { + required string oid = 1; + required string data = 2; + } + repeated ProfileEntry entry = 2; +} \ No newline at end of file