Partial support for tracker inter-object references.
[cumulus.git] / scandir.cc
index 20f8351..1616187 100644 (file)
@@ -132,6 +132,7 @@ void scanfile(const string& path, ostream &metadata)
     struct stat stat_buf;
     char *buf;
     ssize_t len;
+    list<string> refs;
 
     // Set to true if the item is a directory and we should recursively scan
     bool recurse = false;