From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:51 +0000 (-0700) Subject: Change to common header file that is not relevant to open-vm-tools. X-Git-Tag: stable-10.2.0~652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad5594513039ccef144f50bebef5a92e959336b2;p=thirdparty%2Fopen-vm-tools.git Change to common header file that is not relevant to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/msg.h b/open-vm-tools/lib/include/msg.h index a57982e60..a196bf6b2 100644 --- a/open-vm-tools/lib/include/msg.h +++ b/open-vm-tools/lib/include/msg.h @@ -101,6 +101,7 @@ typedef struct MsgCallback { HintResult (*hintList)(HintOptions options, MsgList *messages); void *(*lazyProgressStartList)(MsgList *messages); void (*forceUnblock)(void); + void (*msgPostHook)(int severity, const MsgList *msgs); } MsgCallback; #define MSG_QUESTION_MAX_BUTTONS 10