From 4f912b29bac23e75d6320f5e26876468f7f5880b Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Sat, 8 Mar 2014 14:40:21 -0800 Subject: [PATCH] just a test of branching semantics --- bandwidth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bandwidth.go b/bandwidth.go index ae327c8..0020802 100644 --- a/bandwidth.go +++ b/bandwidth.go @@ -76,6 +76,7 @@ outer: bw.curTx = 0 bw.curRx = 0 bw.timeI += 1 + // testing hg branching case bw.Rx <- bw.rxSnap: case bw.Tx <- bw.txSnap: case s := <-bw.AddRx: