From ec87083ebfbf44724bad71fb39ecb41631ee642d Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Mon, 17 Mar 2008 18:03:27 +0000 Subject: [PATCH] STABLE14-afs-nostats-xstats-start-cmtime-noop-20080317 LICENSE IPL10 FIXES 90528 add missing noop so we can build with stats disabled (cherry picked from commit 2c3cbd499ad4461511f2181e1ac0a0cfa6768821) --- 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 0206c47973..fa04973c0b 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 */