doc examples: add missing include path
[userspace-rcu.git] / urcu / rcuja-range.h
index a1ef3af0a3fbcf2b5c6354a7eb755aca44e550dd..3a22a5b092a7e389b1ff9b15f18ffc64d738fb93 100644 (file)
@@ -38,7 +38,7 @@ struct cds_ja_range *cds_ja_range_lock(struct cds_ja_range *range);
 
 void cds_ja_range_unlock(struct cds_ja_range *range);
 
-struct cds_ja_range *cds_ja_range_add(struct cds_ja *ja,
+int cds_ja_range_add(struct cds_ja *ja,
                uint64_t start,         /* inclusive */
                uint64_t end,           /* inclusive */
                void *priv);
@@ -56,6 +56,8 @@ struct cds_ja *cds_ja_range_new(void)
 int cds_ja_range_destroy(struct cds_ja *ja,
                void (*free_priv)(void *ptr));
 
+int cds_ja_range_validate(struct cds_ja *ja);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.023554 seconds and 4 git commands to generate.