diff options
Diffstat (limited to '')
| -rw-r--r-- | src/watcher.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/watcher.zig b/src/watcher.zig index 5521414e3..98cf5aa29 100644 --- a/src/watcher.zig +++ b/src/watcher.zig @@ -373,6 +373,7 @@ pub fn NewWatcher(comptime ContextType: type) type { close_descriptors: bool = false, pub const HashType = u32; + pub const WatchListArray = Watchlist; var evict_list: [WATCHER_MAX_LIST]WatchItemIndex = undefined; |
