summaryrefslogtreecommitdiff
path: root/lib/gras_impl/messages.hpp
diff options
context:
space:
mode:
authorJosh Blum2013-03-17 12:32:43 -0700
committerJosh Blum2013-03-17 12:32:43 -0700
commit4e19b066d27b90355657688f67b6e2f208390a82 (patch)
treef72809037a62f883f1a60acddb3115e376da889a /lib/gras_impl/messages.hpp
parentb142e0e75f8ab4e7b2bb70c3fc71b61fd5f71651 (diff)
downloadsandhi-4e19b066d27b90355657688f67b6e2f208390a82.tar.gz
sandhi-4e19b066d27b90355657688f67b6e2f208390a82.tar.bz2
sandhi-4e19b066d27b90355657688f67b6e2f208390a82.zip
gras: property implementation in lib
Diffstat (limited to 'lib/gras_impl/messages.hpp')
-rw-r--r--lib/gras_impl/messages.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/gras_impl/messages.hpp b/lib/gras_impl/messages.hpp
index 6cc685b..15a7c2e 100644
--- a/lib/gras_impl/messages.hpp
+++ b/lib/gras_impl/messages.hpp
@@ -131,6 +131,14 @@ struct OutputUpdateMessage
//-- do not ack
//----------------------------------------------------------------------
+struct PropAccessMessage
+{
+ bool set;
+ std::string key;
+ PMCC value;
+ std::string error;
+};
+
struct SelfKickMessage
{
//empty
@@ -172,6 +180,7 @@ THERON_DECLARE_REGISTERED_MESSAGE(gras::OutputHintMessage);
THERON_DECLARE_REGISTERED_MESSAGE(gras::OutputAllocMessage);
THERON_DECLARE_REGISTERED_MESSAGE(gras::OutputUpdateMessage);
+THERON_DECLARE_REGISTERED_MESSAGE(gras::PropAccessMessage);
THERON_DECLARE_REGISTERED_MESSAGE(gras::SelfKickMessage);
THERON_DECLARE_REGISTERED_MESSAGE(gras::GetStatsMessage);