enhance(API): Add source IP support to msg header
[ric-plt/lib/rmr.git] / test / wormhole_static_test.c
index f2d4bf6..47bd85f 100644 (file)
 #include <errno.h>
 #include <string.h>
 #include <stdint.h>
+#include <pthread.h>
+#include <semaphore.h>
 
-#include "../src/common/include/rmr.h"
-#include "../src/common/include/rmr_agnostic.h"
+#include "rmr.h"
+#include "rmr_agnostic.h"
 
 
 /*
@@ -61,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 );