Rename: bt_put(), bt_get() -> bt_object_put_ref(), bt_object_get_ref()
[babeltrace.git] / include / babeltrace / trace-ir / event-internal.h
index ef5bdf0bb631be00466b5a839809a27ea99d3a71..45f793872789c3f672316c2d492cf7893b372b80 100644 (file)
@@ -154,7 +154,7 @@ void bt_event_recycle(struct bt_event *event)
         * 2. Move the event class reference to our `event_class`
         *    variable so that we can set the event's class member
         *    to NULL before recycling it. We CANNOT do this after
-        *    we put the event class reference because this bt_put()
+        *    we put the event class reference because this bt_object_put_ref()
         *    could destroy the event class, also destroying its
         *    event pool, thus also destroying our event object (this
         *    would result in an invalid write access).
This page took 0.024637 seconds and 4 git commands to generate.