msg_in.c, msg_out.c, snmp_msg.h: rename snmp_publiccommunity to snmp_community, update descriptions

Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
Freddie Chopin
2014-02-03 12:44:12 +01:00
committed by sg
parent 9469bdc93e
commit c289872ab7
3 changed files with 7 additions and 7 deletions

View File

@@ -282,8 +282,8 @@ struct snmp_msg_trap
/** Agent Version constant, 0 = v1 oddity */
extern const s32_t snmp_version;
/** Agent default "public" community string */
extern const char snmp_publiccommunity[];
/** Agent community string */
extern const char snmp_community[];
extern struct snmp_msg_trap trap_msg;