1
0
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:
James Peach
2006-02-13 04:07:15 +00:00
committed by Gerald (Jerry) Carter
parent c15f1d553f
commit 1dce945ccb
7 changed files with 60 additions and 28 deletions

View File

@@ -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"