Commit 810d396e authored by Sushant Mahajan's avatar Sushant Mahajan

added channels for sync

parent d0235343
......@@ -8,6 +8,7 @@ import (
"os"
"reflect"
"strconv"
"time"
)
//constant values used
......@@ -234,8 +235,6 @@ func main() {
}
cluster_config, _ := NewClusterConfig(num_servers)
fmt.Println(reflect.TypeOf(this_server))
fmt.Println(reflect.TypeOf(cluster_config))
initializeInterServerCommunication(this_server)
var dummy_input string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment