summaryrefslogtreecommitdiff
path: root/src/ivyperf.c
diff options
context:
space:
mode:
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=(.*)");