summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_be_adapter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-181-4/+2
* mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-051-39/+15
* mgmtd: address review commentsChristian Hopps2023-05-301-4/+4
* mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps2023-05-301-13/+22
* mgmtd: eliminate unused stateChristian Hopps2023-05-281-3/+0
* mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps2023-05-281-2/+1
* lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps2023-05-281-12/+9
* lib: remove write-on-off, just requeue to the back of the queueChristian Hopps2023-05-281-3/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps2023-03-221-15/+3
* mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps2023-03-221-0/+231