Skip to content

Commit

Permalink
@2684838 fix a comment so that we have complete header file consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Kumar authored and tsuna committed Oct 7, 2015
1 parent 4a57f3a commit 510f330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eos/agent.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ class EOS_SDK_PUBLIC agent_mgr : public base_mgr<agent_handler> {
virtual agent_status_iter_t status_iter() const = 0;

/// Publish a status value mapped to the named key.
/// Agent keys have maximum length of 512 characters.
/// Agent key values have a maximum length of 10KB.
virtual void status_set(std::string const & key,
std::string const & value) = 0;
/// Delete the stored agent status with the given key
Expand Down

0 comments on commit 510f330

Please sign in to comment.