package server import ( "sync" ) var ( active_rpcs = 0 ) func startRPC() { }