X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fbuffers.h;h=ddacdffe68ac5c1c4ae0745b4f31b15f773cdeba;hb=8d6300d3b3cb0219e1109e931a2219dbd812b24d;hp=e7630bbd1db4597fc619fbf5f263a76949dc4578;hpb=0222e1213f196b66cbc08cd29093aca4a28e9ffb;p=ust.git diff --git a/libust/buffers.h b/libust/buffers.h index e7630bb..ddacdff 100644 --- a/libust/buffers.h +++ b/libust/buffers.h @@ -26,6 +26,7 @@ #include #include +#include #include "usterr.h" #include "channels.h" @@ -94,7 +95,7 @@ struct ust_buffer { struct ust_channel *chan; - struct kref kref; + struct urcu_ref urcu_ref; void *buf_data; size_t buf_size; int shmid;