servlib/bundling/BundleDaemon.h
changeset 22 3c36683e13be
parent 14 06512deddac4
child 55 1938118cd06c
--- a/servlib/bundling/BundleDaemon.h	Wed Jun 29 13:09:12 2011 +0100
+++ b/servlib/bundling/BundleDaemon.h	Thu Jun 30 13:13:10 2011 +0100
@@ -424,6 +424,12 @@
                              bool add_to_store);
 
     /**
+     * Add BPQ bundle to the on-path cache if space allows
+     * if full, remove old bundles to make room
+     */
+    bool add_bundle_to_bpq_cache(Bundle* bundle, bool add_to_store);
+
+    /**
      * todo
      */
     bool answer_bpq_query(Bundle* bundle, BPQBlock* bpq_block);