Long-outstanding commit. (Hopefully) Final version before running experiments for...
[distributedratelimiting.git] / drl / ratetypes.h
index dc7f6c9..c4f6b90 100644 (file)
@@ -188,6 +188,10 @@ typedef struct leaf {
 
     /** GRD: The leaf's packet drop probability. */
     double drop_prob;
+
+    /** Only used for experimentation. */
+    int delay;
+
 } leaf_t;
 
 /**