Searched refs:g_mirror_post_sync (Results 1 – 1 of 1) sorted by relevance
90 static eventhandler_tag g_mirror_post_sync = NULL; variable3577 g_mirror_post_sync = EVENTHANDLER_REGISTER(shutdown_post_sync, in g_mirror_init()3579 if (g_mirror_post_sync == NULL) in g_mirror_init()3587 if (g_mirror_post_sync != NULL) in g_mirror_fini()3588 EVENTHANDLER_DEREGISTER(shutdown_post_sync, g_mirror_post_sync); in g_mirror_fini()