mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 17:21:14 -03:00
Null notifier to support fishd synchronization, so we can select the
synchronization mechanism at runtime
This commit is contained in:
@@ -124,7 +124,7 @@ static wint_t readb()
|
||||
fd_max = maxi(fd_max, notifier_fd);
|
||||
}
|
||||
|
||||
/* Get the suggested delay (possibly none) */
|
||||
/* Get its suggested delay (possibly none) */
|
||||
struct timeval tv = {};
|
||||
const unsigned long usecs_delay = notifier.usec_delay_between_polls();
|
||||
if (usecs_delay > 0)
|
||||
|
||||
Reference in New Issue
Block a user