From 843432d56f9114a4d0d3021a772953dc5a1193dd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 Apr 2012 14:51:43 +0200 Subject: s3: New notify implementation From notify_internal.c: /* * The notify database is split up into two databases: One * relatively static index db and the real notify db with the * volatile entries. */ This change is necessary to make notify scale better in a cluster --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 758ad9959d..b5c674dce6 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -182,7 +182,7 @@ struct notify_change { }; struct notify_mid_map; -struct notify_entry; +struct notify_db_entry; struct notify_event; struct notify_change_request; struct sys_notify_backend; -- cgit