enhance(API): Add source IP support to msg header
[ric-plt/lib/rmr.git] / test / wormhole_static_test.c
index 06cb36c..47bd85f 100644 (file)
@@ -63,6 +63,7 @@ static int worm_test( ) {
        }
        memset( ctx, 0, sizeof( *ctx ) );
        ctx->my_name = strdup( "tester" );
+       ctx->my_ip = strdup( "30.4.19.86:1111" );
 
        gen_rt( ctx );