diff options
author | pommicket <pommicket@gmail.com> | 2025-09-30 13:28:59 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-30 13:28:59 -0400 |
commit | e7a63a08aa7ad697cd670e6430ef19c84f5d5f4a (patch) | |
tree | b1c0d84a903e7ee3d980117f79076e4480b0c703 | |
parent | 281c1dbb0ea763832086565061ee617db8c7c391 (diff) |
-rw-r--r-- | ted-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h index 7c7a61c..6875793 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -452,8 +452,10 @@ struct Ted { u64 edit_notify_id; EditNotifyInfo *edit_notifys; +#if HAS_INOTIFY // 16384 = default inotify queue size char inotify_event_buf[16384 * sizeof(struct inotify_event)]; +#endif }; typedef struct { |