diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-07 18:39:38 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:15 +0200 |
commit | 5acb5b09ee4d00cee83b7df3bc0a52894e9f303d (patch) | |
tree | 427297f45c67293b0fc1e54bd041961c66a80a73 /source3/include | |
parent | 43c2dcaf4caa8b0ff471bcceaf4141ddcd78faee (diff) | |
download | samba-5acb5b09ee4d00cee83b7df3bc0a52894e9f303d.tar.gz samba-5acb5b09ee4d00cee83b7df3bc0a52894e9f303d.tar.bz2 samba-5acb5b09ee4d00cee83b7df3bc0a52894e9f303d.zip |
s3: Remove references to smbd_messaging_context()
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; |