gboolean ToolsCoreSigUsrHandler(const siginfo_t *info, gpointer data) { ToolsCore_DumpState(&gState); return TRUE; }
static gboolean ToolsCoreSigUsrHandler(const siginfo_t *info, gpointer data) { ToolsCore_DumpState(&gState); g_info("Shutting down guestrpc on signal USR1 ...\n"); if (TOOLS_IS_USER_SERVICE(&gState.ctx)) { RpcChannel_Shutdown(gState.ctx.rpc); gState.ctx.rpc = NULL; } return TRUE; }