summaryrefslogtreecommitdiff
path: root/pathd/pathd.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/pathd.h')
-rw-r--r--pathd/pathd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/pathd.h b/pathd/pathd.h
index f1a59b1167..1af5d877a4 100644
--- a/pathd/pathd.h
+++ b/pathd/pathd.h
@@ -311,7 +311,7 @@ struct srte_candidate {
uint32_t affinity_filters[MAX_AFFINITY_FILTER_TYPE];
/* Hooks delaying timer */
- struct thread *hook_timer;
+ struct event *hook_timer;
};
RB_HEAD(srte_candidate_head, srte_candidate);