]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file that is not relevant to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:51 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:51 +0000 (11:22 -0700)
open-vm-tools/lib/include/msg.h

index a57982e60819cef9c24b539c20e1a4bf32018eaa..a196bf6b2620e9e884836c38c8b01b149810cf6e 100644 (file)
@@ -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