Fix route table clone core dump
[ric-plt/lib/rmr.git] / src / rmr / common / include / rmr_agnostic.h
index f7eb324..ab718d3 100644 (file)
@@ -225,6 +225,7 @@ typedef struct {
        The route table.
 */
 typedef struct {
+       int             error;                  // set if there was a problem building the table
        void*   hash;                   // hash table for msg type and meid.
        void*   ephash;                 // hash for endpoint references
        int             updates;                // counter of update records received