X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfqueue.h;fp=urcu%2Frculfqueue.h;h=01c2092610350155247b87cadd6149aa3b26b4b1;hp=b712998c07a929cfa5d49da370bd0c676c72ecdb;hb=0e2e9380d93d73c246abdeef52c7a97b01deecca;hpb=ad918eeb98d1ac8b12015050ee60b488e850ac0d diff --git a/urcu/rculfqueue.h b/urcu/rculfqueue.h index b712998..01c2092 100644 --- a/urcu/rculfqueue.h +++ b/urcu/rculfqueue.h @@ -26,6 +26,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + #if (!defined(_GNU_SOURCE) && !defined(_LGPL_SOURCE)) #error "Dynamic loader LGPL wrappers not implemented yet" #endif @@ -142,4 +146,8 @@ rcu_lfq_dequeue(struct rcu_lfq_queue *q, void (*release)(struct urcu_ref *)) } } +#ifdef __cplusplus +} +#endif + #endif /* _URCU_RCULFQUEUE_H */