summaryrefslogtreecommitdiffstats
path: root/btime_int.h
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2006-08-08 16:28:59 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:46 -0400
commit4464bbb265280cd2bd015a662b76a316c228cc28 (patch)
tree708511c016a74824c38120e16c57416ed8a7d7c5 /btime_int.h
parente883a32f32f06aa76785a006c5d04338776128a4 (diff)
downloadqarsh-4464bbb265280cd2bd015a662b76a316c228cc28.tar.gz
qarsh-4464bbb265280cd2bd015a662b76a316c228cc28.tar.xz
qarsh-4464bbb265280cd2bd015a662b76a316c228cc28.zip
Force the cookie parts to be 32 bits to make Dean happy.
Diffstat (limited to 'btime_int.h')
-rw-r--r--btime_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/btime_int.h b/btime_int.h
index 73adaa4..38f043f 100644
--- a/btime_int.h
+++ b/btime_int.h
@@ -10,5 +10,5 @@
#define MAX_RETRY 5
#define COOKIE_RANDOM_PARTS 4
-#define COOKIE_LEN (3 + (COOKIE_RANDOM_PARTS * sizeof(int)))
+#define COOKIE_LEN (3 + (COOKIE_RANDOM_PARTS * sizeof(int32_t)))
#endif /* __BTIME_INT_H */