clixon/apps/backend
Olof hagsand d541c49c6f Plugin RPC callback interface have been unified between backend, netconf and restconf.
* Backend RPC register callback function (Netconf RPC or restconf operation POST) has been changed from: `backend_rpc_cb_register()` to `rpc_callback_register()`
    * Backend RPC callback signature has been changed from: `int cb(clicon_handle h, cxobj *xe, struct client_entry *ce, cbuf *cbret, void *arg)` has been changed to : `int cb(clicon_handle h, cxobj *xe, struct client_entry *ce, cbuf *cbret, void *arg)`
    * Frontend netconf and restconf plugins can register callbacks as well with same API as backends.
2018-04-07 18:20:33 +02:00
..
backend_client.c Plugin RPC callback interface have been unified between backend, netconf and restconf. 2018-04-07 18:20:33 +02:00
backend_client.h 2017->2018 2018-01-01 12:25:33 +01:00
backend_commit.c * Proper RFC 6241 Netconf error handling 2018-03-18 18:06:02 +00:00
backend_commit.h 2017->2018 2018-01-01 12:25:33 +01:00
backend_handle.h 2017->2018 2018-01-01 12:25:33 +01:00
backend_main.c Plugin RPC callback interface have been unified between backend, netconf and restconf. 2018-04-07 18:20:33 +02:00
backend_plugin.c Restructure and more generic plugin API for backend 2018-04-02 19:27:57 +02:00
backend_plugin.h Restructure and more generic plugin API for backend 2018-04-02 19:27:57 +02:00
backend_socket.c 2017->2018 2018-01-01 12:25:33 +01:00
backend_socket.h 2017->2018 2018-01-01 12:25:33 +01:00
clixon_backend.h plugin API remake 2018-04-04 09:51:47 +00:00
clixon_backend_handle.c Plugin RPC callback interface have been unified between backend, netconf and restconf. 2018-04-07 18:20:33 +02:00
clixon_backend_handle.h Plugin RPC callback interface have been unified between backend, netconf and restconf. 2018-04-07 18:20:33 +02:00
clixon_backend_transaction.c 2017->2018 2018-01-01 12:25:33 +01:00
clixon_backend_transaction.h Plugin RPC callback interface have been unified between backend, netconf and restconf. 2018-04-07 18:20:33 +02:00
Makefile.in Restructure and more generic plugin API for backend 2018-04-02 19:27:57 +02:00