From ef049efe2ec56bb0ff5395ba8cba6e1722922e43 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 5 Jan 2010 14:45:10 +0100 Subject: perf tests modified to reflect change in subscription format --- perf/cl/local-thr.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perf/cl') diff --git a/perf/cl/local-thr.lisp b/perf/cl/local-thr.lisp index 1098c47..0944364 100644 --- a/perf/cl/local-thr.lisp +++ b/perf/cl/local-thr.lisp @@ -30,7 +30,7 @@ (zmq::with-context (ctx 1 1) (zmq:with-socket (s ctx zmq:sub) - (zmq:setsockopt s zmq:subscribe "*") + (zmq:setsockopt s zmq:subscribe "") (zmq:setsockopt s zmq:rate *rate*) (zmq:bind s *bind-address*) (let ((msg (make-instance 'zmq:msg))) -- cgit v1.2.3