From 832af7990b095ebfc10324f3b94cd614036762ad Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Thu, 28 Feb 2008 19:38:57 +0000 Subject: added fileoutput to anymux --- anymux.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'anymux.cpp') diff --git a/anymux.cpp b/anymux.cpp index 0660a74..f02a3f4 100644 --- a/anymux.cpp +++ b/anymux.cpp @@ -73,9 +73,9 @@ int main(int argc, char* argv[]) sig.init(); // ThreadParam p(4445); - int p; + int port; pthread_t syncListenerThread; - pthread_create(&syncListenerThread, NULL, syncListener, &p); + pthread_create(&syncListenerThread, NULL, syncListener, &port); int ret = sig.run(); -- cgit v1.2.3