|
OpenAFS
OpenAFS distributed network file system
|
Code for handling statistics gathering within RX, and for mapping the internal representation into an external one. More...
#include <afsconfig.h>#include <afs/param.h>#include <roken.h>#include <afs/opr.h>#include "rx.h"#include "rx_atomic.h"#include "rx_stats.h"Functions | |
| struct rx_statistics * | rx_GetStatistics (void) |
| Return the internal statistics collected by rx. | |
| void | rx_FreeStatistics (struct rx_statistics **stats) |
| Free a statistics block allocated by rx_GetStatistics. | |
Variables | |
| struct rx_statisticsAtomic | rx_stats |
| rx_stats_mutex protects the non-atomic members of the rx_stats structure | |
Code for handling statistics gathering within RX, and for mapping the internal representation into an external one.
| void rx_FreeStatistics | ( | struct rx_statistics ** | stats | ) |
Free a statistics block allocated by rx_GetStatistics.
| stats | The statistics block to free |
| struct rx_statistics* rx_GetStatistics | ( | void | ) | [read] |
Return the internal statistics collected by rx.