SNMP frontend, restructure files
Split snmp_mib_yang.c into: snmp_register.[ch] and snmp_handler.[ch]
This commit is contained in:
parent
0cf87c75a9
commit
34fe439f53
8 changed files with 463 additions and 87 deletions
|
|
@ -84,7 +84,8 @@ APPL = clixon_snmp
|
|||
# Common source - not accessible from plugin - independent of restconf package (fcgi|native)
|
||||
APPSRC =
|
||||
APPSRC += snmp_main.c
|
||||
APPSRC += snmp_mib_yang.c
|
||||
APPSRC += snmp_register.c
|
||||
APPSRC += snmp_handler.c
|
||||
APPSRC += snmp_lib.c
|
||||
|
||||
APPOBJ = $(APPSRC:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue