summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/jemalloc/internal/prof_structs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/jemalloc/internal/prof_structs.h b/include/jemalloc/internal/prof_structs.h
index da3cf8d5..49061f02 100644
--- a/include/jemalloc/internal/prof_structs.h
+++ b/include/jemalloc/internal/prof_structs.h
@@ -156,9 +156,6 @@ struct prof_tdata_s {
*/
uint64_t thr_discrim;
- bool attached;
- bool expired;
-
rb_node(prof_tdata_t) tdata_link;
/*
@@ -198,6 +195,9 @@ struct prof_tdata_s {
*/
bool active;
+ bool attached;
+ bool expired;
+
/* Temporary storage for summation during dump. */
prof_cnt_t cnt_summed;