summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPerf/IvyPerf.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyPerf/IvyPerf.cs')
-rw-r--r--CSharp/Ivy/IvyPerf/IvyPerf.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.cs b/CSharp/Ivy/IvyPerf/IvyPerf.cs
index fc40fdf..7505ca4 100644
--- a/CSharp/Ivy/IvyPerf/IvyPerf.cs
+++ b/CSharp/Ivy/IvyPerf/IvyPerf.cs
@@ -47,10 +47,10 @@ namespace IvyPerf
int timeout = 1000;
if (args.Length > 0)
timeout = int.Parse(args[0]);
+ bus = new Ivy("IvyPerf", "IvyPref ready");
bus.SentMessageFilter.Add("ping");
bus.SentMessageFilter.Add("pong");
bus.SentMessageFilter.Add("IvyPref");
- bus = new Ivy("IvyPerf", "IvyPref ready");
bus.BindingFilter += new EventHandler<IvyEventArgs>(bus_BindingFilter);
bus.AutoBinding(typeof(IvyPerf));
bus.Start(null);