Miscellaneous changes.
[cumulus.git] / store.h
diff --git a/store.h b/store.h
index 516a20c..6906d63 100644 (file)
--- a/store.h
+++ b/store.h
@@ -145,6 +145,8 @@ private:
 
     bool written;
     std::string name;
+
+    std::set<std::string> refs;
 };
 
 #endif // _LBS_TARSTORE_H