rx: add and export a public keepalive toggle
[openafs.git] / src / rx / rx_internal.h
1 /* Internal structures that are private to RX itself. These shouldn't be
2  * modified by library callers.
3  *
4  * Data structures that are visible to security layers, but not to
5  * customers of RX belong in rx_private.h, which is installed.
6  */
7
8
9 /* Globals that we don't want the world to know about */
10 extern rx_atomic_t rx_nWaiting;
11 extern rx_atomic_t rx_nWaited;