enhance(API): Add multi-threaded call
[ric-plt/lib/rmr.git] / test / sr_nano_static_test.c
index 8e939da..14c678f 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"
 
 /*
        Generate a simple route table (for all but direct route table testing).
+       This table contains multiple tables inasmuch as a second update set of
+       records follows the initial set. 
 */
 static void gen_rt( uta_ctx_t* ctx ) {
        int             fd;