summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-06-06 09:38:22 -0400
committerDwight <dmerriman@gmail.com>2008-06-06 09:38:22 -0400
commit877b72efcdd55f9fc9b271c707d4b489e551793d (patch)
treeac0ed3a446b606f89ba0c64d695f3dd3f86418d4 /util
parented259a42e88befe6da414d95736e6562c615a32a (diff)
downloadmongo-877b72efcdd55f9fc9b271c707d4b489e551793d.tar.gz
mysterious disappearing blog post fix
Diffstat (limited to 'util')
-rw-r--r--util/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/util.cpp b/util/util.cpp
index eef48c8e750..612a27f589c 100644
--- a/util/util.cpp
+++ b/util/util.cpp
@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "goodies.h"
+unsigned occasion = 0;
bool goingAway = false;
bool isPrime(int n) {