summaryrefslogtreecommitdiffstats
path: root/runtime/transport/control.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduced control channel code duplication.David Smith2009-02-171-0/+42
| | | | | | | | | | | | 2009-02-17 David Smith <dsmith@redhat.com> * control.c: Contains generic control channel functions. * procfs.c: Specific procfs control channel functions. All generic control channel functions moved to control.c. * debugfs.c: New file containing debugfs specific control channel functions. * control.h: New file. * transport.c: Updated file inclusion.
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-23/+0
| | | | | | | | | | | * transport.h: Remove netlink references. * transport.c: Remove netlink references. Ifdef relayfs code. * procfs.c: New file. * Makefile: Deleted. * control.c: Deleted. * control.h: Deleted. * netlink.c: Deleted. * netlink.h: Deleted.
* 2005-08-01 Martin Hunt <hunt@redhat.com>hunt2005-08-011-10/+0
| | | | | | | | | | | | | | * control.h: Remove STP commands from here and put in transport_msgs. * transport_msgs.h: New file containing the structs and values for the messages exchanged between stpd and transport. * transport.h: Moved stuff shared with stpd to transport_msgs.h * transport.c: Complete rewrite to better handle complicated initialization involving exchanging data with stpd. Supports buffer size negotiation and more.
* Added merging/sorting of per-cpu data, transport config/selection by probe, etctrz2005-06-211-0/+1
|
* initial revisiontrz2005-05-061-0/+32