X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Finclude%2Fsmb.h;h=3f71cde3955c30e975e50bbdd3ff6f981698ac78;hb=52f6a4436f9da439fc687894b329898833af7ff8;hp=aa2db693a33eb3351b23afd2333a5b3ef26b31d5;hpb=4a2271349503933776f9d2791edfcb874a2c7261;p=metze%2Fsamba%2Fwip.git diff --git a/source3/include/smb.h b/source3/include/smb.h index aa2db693a33e..3f71cde3955c 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1680,12 +1680,10 @@ struct kernel_oplocks { /* if a kernel does support oplocks then a structure of the following typee is used to describe how to interact with the kernel */ struct kernel_oplocks_ops { - files_struct * (*receive_message)(struct kernel_oplocks *ctx); bool (*set_oplock)(struct kernel_oplocks *ctx, files_struct *fsp, int oplock_type); void (*release_oplock)(struct kernel_oplocks *ctx, files_struct *fsp); - bool (*msg_waiting)(struct kernel_oplocks *ctx); }; #include "smb_macros.h"