- Rewrite of netconf get/get-config code
- Unified get and get-config code to single function get_common - Integrated list-pagination code - Moved get code to new files backend_get.[ch]
This commit is contained in:
parent
b03cf426a4
commit
c9843b34a6
11 changed files with 1382 additions and 1246 deletions
|
|
@ -85,6 +85,7 @@ APPL = clixon_backend
|
|||
APPSRC = backend_main.c
|
||||
APPSRC += backend_socket.c
|
||||
APPSRC += backend_client.c
|
||||
APPSRC += backend_get.c
|
||||
APPSRC += backend_plugin_restconf.c # Pseudo plugin for restconf daemon
|
||||
APPSRC += backend_startup.c
|
||||
APPOBJ = $(APPSRC:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue