summaryrefslogtreecommitdiff
path: root/client/parallel.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-09-17 23:48:16 -0400
committerEliot Horowitz <eliot@10gen.com>2010-09-17 23:48:16 -0400
commit669870840d9442a3d09188a3630d9030b0dfd867 (patch)
treecfd39310f0757fe0b7cba197704c453b814a608f /client/parallel.h
parent54d982725d5ae29608b39905b4c89b4f373d294b (diff)
downloadmongo-669870840d9442a3d09188a3630d9030b0dfd867.tar.gz
fix Future
Diffstat (limited to 'client/parallel.h')
-rw-r--r--client/parallel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/parallel.h b/client/parallel.h
index 63695a62c26..b131ac57f3e 100644
--- a/client/parallel.h
+++ b/client/parallel.h
@@ -279,6 +279,7 @@ namespace mongo {
BSONObj _res;
bool _ok;
+ bool _done;
friend class Future;
};