From 289911bb4e7980bf42cc87305d3f94477c5f2b75 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 12 Apr 2006 04:42:40 +0000 Subject: r15048: started on the server side implementation of oplocks. The code is not functional yet, I'm committing so it doesn't diverge too much from other peoples work. It is disabled by default. (This used to be commit ba0b8a218dfe1ef6cdf7de724fb30650301369dd) --- source4/lib/messaging/messaging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/messaging') diff --git a/source4/lib/messaging/messaging.h b/source4/lib/messaging/messaging.h index de65eb9ffe..86f5db2c17 100644 --- a/source4/lib/messaging/messaging.h +++ b/source4/lib/messaging/messaging.h @@ -32,5 +32,6 @@ struct messaging_context; #define MSG_PVFS_RETRY_OPEN 5 #define MSG_IRPC 6 #define MSG_PVFS_NOTIFY 7 +#define MSG_NTVFS_OPLOCK_BREAK 8 #endif -- cgit