]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/distributable/class_Distributable.php
Use array_push() instead of [] as array_push() checks if parameter 1 is really an...
[hub.git] / application / hub / interfaces / distributable / class_Distributable.php
index dc828071d27f532228fd2e62c3b5f46b1c61f95d..94d2f4ab33ac42bc9188207ffa24e153acde7c1f 100644 (file)
@@ -90,6 +90,20 @@ interface Distributable extends FrameworkInterface {
         * @return      void
         */
        function updateDhtData ();
+
+       /**
+        * Checks whether there are entries in "INSERT" node data stack
+        *
+        * @return      $isPending      Whether there are pending entries
+        */
+       function ifInsertNodeDataPending ();
+
+       /**
+        * Inserts a single entry of node data into the DHT
+        *
+        * @return      void
+        */
+       function insertSingleNodeData ();
 }
 
 // [EOF]