summaryrefslogtreecommitdiffstats
path: root/server/monitor/monitor_sbus.c
Commit message (Collapse)AuthorAgeFilesLines
* Change services identification mechanismSimo Sorce2009-08-111-0/+154
| | | | | | | Let services identify themselves voiluntarily as the first operation instead of polling from the monitor. Also consolidate some common functions and make them available as monitor helpers.
* Simplify interfaces initializationSimo Sorce2009-08-101-35/+0
| | | | | | | Make as much as possible static, and remove use of talloc_reference and allocation/deallocation of memory when not necessary. Fix also responder use of rctx->conn, was mistakenly used for both monitor and dp connections.
* Remove redundant memory contextsSimo Sorce2009-08-101-17/+11
| | | | Simplify code by removing stuff that is never used or redundant.
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-0/+97