]> git.proxmox.com Git - mirror_frr.git/blobdiff - mgmtd/mgmt.h
*: Convert struct thread_master to struct event_master and it's ilk
[mirror_frr.git] / mgmtd / mgmt.h
index 2a9d947517071b86c65f0ec91226c6c5f9bdd9c5..e3111b43740fd8ebc4f3030575e9464a79199205 100644 (file)
@@ -34,7 +34,7 @@ struct mgmt_txn_ctx;
  * MGMTD master for system wide configurations and variables.
  */
 struct mgmt_master {
-       struct thread_master *master;
+       struct event_master *master;
 
        /* How big should we set the socket buffer size */
        uint32_t socket_buffer;
@@ -95,7 +95,7 @@ extern time_t mgmt_clock(void);
 
 extern int mgmt_config_write(struct vty *vty);
 
-extern void mgmt_master_init(struct thread_master *master,
+extern void mgmt_master_init(struct event_master *master,
                             const int buffer_size);
 
 extern void mgmt_init(void);