diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index a185aab138..3ac58ca339 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -187,6 +187,7 @@ typedef struct _Printer{ uint32 change; /* are we in a FindNextPrinterChangeNotify() call? */ bool fnpcn; + struct messaging_context *msg_ctx; } notify; struct { fstring machine; |