* This is an alternative to manage a clixon daemon via sudtemd, containerd or other
* One important special case is starting the clixon-restconf daemon internally
* This is how it works:
* Register a process via `clixon_process_register(h, name, namespace, argv, argc)`
* Use process-control RPC defined in clixon-lib.yang to start/stop/restart or query status on that process
* Example code in the main example
|
||
|---|---|---|
| .. | ||
| backend_client.c | ||
| backend_client.h | ||
| backend_commit.c | ||
| backend_commit.h | ||
| backend_handle.h | ||
| backend_main.c | ||
| backend_plugin.c | ||
| backend_plugin.h | ||
| backend_socket.c | ||
| backend_socket.h | ||
| backend_startup.c | ||
| backend_startup.h | ||
| clixon_backend.h | ||
| clixon_backend_handle.c | ||
| clixon_backend_handle.h | ||
| clixon_backend_transaction.c | ||
| clixon_backend_transaction.h | ||
| Makefile.in | ||