# include "codeset.h"
# include "guestStoreClient.h"
# include "globalConfig.h"
+# include "toolsNotify.h"
# include "windowsu.h"
#else
# include "posix.h"
if (state->mainService && GuestStoreClient_DeInit()) {
g_info("%s: De-initialized GuestStore client.\n", __FUNCTION__);
}
+ if (state->mainService && ToolsNotify_End()) {
+ g_info("%s: End Tools notifications.\n", __FUNCTION__);
+ }
#endif
if (state->ctx.rpc != NULL) {
g_info("%s: Successfully started tools hang detector",
__FUNCTION__);
}
+#if defined(_WIN32)
+ if (ToolsNotify_Start(&state->ctx)) {
+ g_info("%s: Successfully started tools notifications",
+ __FUNCTION__);
+ }
+#endif
}
#if defined(_WIN32)