mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
move-rxkad-stats-20050618
fine, let's try this again, so aklog doesn't lose, but this sucks
This commit is contained in:
parent
b5461fc5a8
commit
d201f1e234
@ -44,10 +44,6 @@ RCSID
|
||||
|
||||
typedef char key[64];
|
||||
|
||||
#ifndef AFS_PTHREAD_ENV
|
||||
struct rxkad_stats rxkad_stats = { { 0 } };
|
||||
#endif
|
||||
|
||||
/* the following are really void but cc86 doesnt allow it */
|
||||
static int make_key_sched();
|
||||
|
||||
|
@ -20,6 +20,11 @@ RCSID
|
||||
#include <sys/types.h>
|
||||
#include <des.h>
|
||||
#include "des_prototypes.h"
|
||||
#include "stats.h"
|
||||
|
||||
#ifndef AFS_PTHREAD_ENV
|
||||
struct rxkad_stats rxkad_stats = { { 0 } };
|
||||
#endif
|
||||
|
||||
int
|
||||
des_cblock_print_file(des_cblock * x, FILE * fp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user