diff options
Diffstat (limited to 'bgpd/rfapi/vnc_export_table.h')
| -rw-r--r-- | bgpd/rfapi/vnc_export_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/rfapi/vnc_export_table.h b/bgpd/rfapi/vnc_export_table.h index 5716570cb0..957e0432ef 100644 --- a/bgpd/rfapi/vnc_export_table.h +++ b/bgpd/rfapi/vnc_export_table.h @@ -29,7 +29,7 @@ struct vnc_export_info { uint8_t type; uint8_t subtype; uint32_t lifetime; - struct thread *timer; + struct event *timer; }; extern struct agg_node *vnc_etn_get(struct bgp *bgp, vnc_export_type_t type, |
