mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
r13482: Push the FAM notification file descriptor into the select
set to avoid unnecessary polling.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c15f1d553f
commit
1dce945ccb
@@ -1581,6 +1581,7 @@ struct cnotify_fns {
|
||||
BOOL (*check_notify)(connection_struct *conn, uint16 vuid, char *path, uint32 flags, void *data, time_t t);
|
||||
void (*remove_notify)(void *data);
|
||||
int select_time;
|
||||
int notification_fd;
|
||||
};
|
||||
|
||||
#include "smb_macros.h"
|
||||
|
||||
Reference in New Issue
Block a user