LICENSE IPL10
FIXES 117797
struct rx_stats was recently renamed rx_statistics, but not all of its
users were adjusted.
*/
int ADMINAPI
-util_RXDebugRxStats(rxdebugHandle_p handle, struct rx_stats *stats,
+util_RXDebugRxStats(rxdebugHandle_p handle, struct rx_statistics *stats,
afs_uint32 * supportedValues, afs_status_p st)
{
int rc = 0;
afs_status_p st);
extern int ADMINAPI util_RXDebugRxStats(rxdebugHandle_p handle,
- struct rx_stats *stats,
+ struct rx_statistics *stats,
afs_uint32 * supportedStats,
afs_status_p st);
rxdebugHandle_p handle;
char *srvrName;
long srvrPort;
- struct rx_stats stats;
+ struct rx_statistics stats;
afs_uint32 supportedStats;
char tstr[32];
int i;
fprintf(stderr,
"WARNING: Server doesn't support retrieval of Rx statistics\n");
} else {
- struct rx_stats rxstats;
+ struct rx_statistics rxstats;
/* should gracefully handle the case where rx_stats grows */
code =