From 8b42932b4ec978040acf341e69cd7b037721b24f Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 21 Apr 2006 12:49:19 +0000 Subject: separation regexp en module ( bug arg num edbute a 1 ) --- src/ivyperf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivyperf.c') diff --git a/src/ivyperf.c b/src/ivyperf.c index 92ea982..05a9754 100755 --- a/src/ivyperf.c +++ b/src/ivyperf.c @@ -101,7 +101,7 @@ int main(int argc, char *argv[]) if ( argc > 1 ) time = atol( argv[1] ); IvyInit ("IvyPerf", "IvyPerf ready", NULL,NULL,NULL,NULL); - IvyClasses( sizeof( mymessages )/ sizeof( char *),mymessages ); + IvySetFilter( sizeof( mymessages )/ sizeof( char *),mymessages ); IvySetBindCallback( binCB, 0 ), IvyBindMsg (Reply, NULL, "^ping ts=(.*)"); IvyBindMsg (Pong, NULL, "^pong ts=(.*) tr=(.*)"); -- cgit v1.1