rx: Move server queue entry structure out of rx.h
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 11 Oct 2012 11:34:46 +0000 (12:34 +0100)
committerDerrick Brashear <shadow@your-file-system.com>
Thu, 18 Oct 2012 10:52:46 +0000 (03:52 -0700)
commiteca07c108cc61fc9a6da720848e1beb78833f670
tree5cb2e6bd532f05fccd704f0e8a86c123c3dc3a2c
parenta7828d50a82384e6d0fb0ad5b5a702f768029581
rx: Move server queue entry structure out of rx.h

Hide the server queue management structure in its own header file,
rather than exposing it globally in rx.h. This structure has always
been private - applications have no business knowing about it!

Change-Id: I97ac31e0e77dbe1c10b2804f33901d933a8f0627
Reviewed-on: http://gerrit.openafs.org/8231
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/Makefile.in
src/rx/rx.c
src/rx/rx.h
src/rx/rx_globals.h
src/rx/rx_packet.c
src/rx/rx_server.h [new file with mode: 0644]