Restconf: http cookie sent as attribute in rpc restconf_post operations to backend.

This commit is contained in:
Olof Hagsand 2017-10-25 21:08:57 +02:00
parent 178a09cf3b
commit e8a8d6e871
6 changed files with 59 additions and 4 deletions

View file

@ -45,7 +45,7 @@
*/
struct client_entry;
typedef int (*backend_rpc_cb)(
clicon_handle h,
clicon_handle h, /* CLicon handle */
cxobj *xe, /* Request: <rpc><xn></rpc> */
struct client_entry *ce, /* Client session */
cbuf *cbret,/* Reply eg <rpc-reply>... */