From 2c3cbd499ad4461511f2181e1ac0a0cfa6768821 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Mon, 17 Mar 2008 18:02:53 +0000 Subject: [PATCH] afs-nostats-xstats-start-cmtime-noop-20080317 LICENSE IPL10 FIXES 90528 add missing noop so we can build with stats disabled --- src/afs/afs_stats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afs/afs_stats.h b/src/afs/afs_stats.h index 9eb4b5ae7..4e4b2b44d 100644 --- a/src/afs/afs_stats.h +++ b/src/afs/afs_stats.h @@ -35,6 +35,7 @@ #define AFS_STATS(arg) #define XSTATS_DECLS #define XSTATS_START_TIME(arg) +#define XSTATS_START_CMTIME(arg) #define XSTATS_END_TIME #else /* AFS_NOSTATS */ -- 2.39.5