summaryrefslogtreecommitdiff
path: root/src/ivyperf.c
diff options
context:
space:
mode:
authorfcolin2006-04-21 12:49:19 +0000
committerfcolin2006-04-21 12:49:19 +0000
commit8b42932b4ec978040acf341e69cd7b037721b24f (patch)
tree0f413d5f2e41f33d0fbc71eecb6affc27f3473ab /src/ivyperf.c
parenta885259e1ffaa6de1d71107d19c815fb7875c86a (diff)
downloadivy-c-8b42932b4ec978040acf341e69cd7b037721b24f.zip
ivy-c-8b42932b4ec978040acf341e69cd7b037721b24f.tar.gz
ivy-c-8b42932b4ec978040acf341e69cd7b037721b24f.tar.bz2
ivy-c-8b42932b4ec978040acf341e69cd7b037721b24f.tar.xz
separation regexp en module ( bug arg num edbute a 1 )
Diffstat (limited to 'src/ivyperf.c')
-rwxr-xr-xsrc/ivyperf.c2
1 files changed, 1 insertions, 1 deletions
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=(.*)");