Skip to content

Commit

Permalink
High: snmp_subagent: Define required constants
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-yan committed Nov 29, 2012
1 parent f5ad9e8 commit dc1e520
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snmp_subagent/hbagentv2.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ typedef xmlNode crm_data_t;
# define pcmk_strerror(rc) cib_error2string(rc)
#endif

#ifndef F_CIB_UPDATE_RESULT
# define F_CIB_UPDATE_RESULT "cib_update_result"
#endif

#ifndef EXECRA_OK
# define EXECRA_OK 0
#endif

/*
* Agent MIB value conversion macros from the internal value
*/
Expand Down

0 comments on commit dc1e520

Please sign in to comment.