lttng::urcu::lfht_iteration_adapter<ust_app_ctx,
decltype(ust_app_ctx::node),
&ust_app_ctx::node>(*ua_chan->ctx->ht)) {
- cds_list_del(&ua_ctx->list);
ret = cds_lfht_del(ua_chan->ctx->ht, &ua_ctx->node.node);
LTTNG_ASSERT(!ret);
delete_ust_app_ctx(sock, ua_ctx, app);
goto error;
}
- CDS_INIT_LIST_HEAD(&ua_ctx->list);
-
if (uctx) {
memcpy(&ua_ctx->ctx, uctx, sizeof(ua_ctx->ctx));
if (uctx->ctx == LTTNG_UST_ABI_CONTEXT_APP_CONTEXT) {
struct lttng_ust_context_attr ctx;
struct lttng_ust_abi_object_data *obj;
struct lttng_ht_node_ulong node;
- struct cds_list_head list;
};
struct ust_app_event {