*/
int fr_log_talloc_report(TALLOC_CTX *ctx)
{
- #define TALLOC_REPORT_MAX_DEPTH 20
+#define TALLOC_REPORT_MAX_DEPTH 20
+
FILE *log;
int fd;
FR_STATS_INC(auth, total_packets_dropped);
return 0;
}
+ talloc_set_name_const(ctx, "auth_listener_pool");
/*
* Now that we've sanity checked everything, receive the
FR_STATS_INC(acct, total_packets_dropped);
return 0;
}
+ talloc_set_name_const(ctx, "acct_listener_pool");
/*
* Now that we've sanity checked everything, receive the
FR_STATS_INC(coa, total_packets_dropped);
return 0;
}
+ talloc_set_name_const(ctx, "coa_socket_recv_pool");
/*
* Now that we've sanity checked everything, receive the
if (!ctx) {
ctx = talloc_pool(NULL, main_config.talloc_pool_size);
if (!ctx) return 0;
+ talloc_set_name_const(ctx, "request_receive_pool");
/*
* The packet is still allocated from a different