From b21057526d09c62caf2cf597130b4d313f3c2d5c Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Mon, 9 Aug 2010 19:46:41 +0300 Subject: [PATCH] ControlScripts: pass upload and download limitation to start_client function in schedule_client.sh --- ControlScripts/schedule_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ControlScripts/schedule_client.sh b/ControlScripts/schedule_client.sh index 9f07a31..6a37542 100755 --- a/ControlScripts/schedule_client.sh +++ b/ControlScripts/schedule_client.sh @@ -93,7 +93,7 @@ sleep ${to_sleep} # Starting the client for the first time DEBUG echo "CLIENT_TYPE is ${CLIENT_TYPE}" -start_client ${CLIENT_TYPE} +start_client ${CLIENT_TYPE} ${DL_BW} ${UL_BW} background_pid=$! DEBUG echo "background_pid is ${background_pid}" old_time=${start_time} -- 2.20.1