Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1097#discussion_r83016299
  
    --- Diff: iocore/eventsystem/EventSystem.cc ---
    @@ -51,5 +51,15 @@ ink_event_system_init(ModuleVersion v)
       if (default_large_iobuffer_size > max_iobuffer_size) {
         default_large_iobuffer_size = max_iobuffer_size;
       }
    +
    +#ifdef MADV_DONTDUMP // This should only exist on Linux 3.4 and higher.
    +  bool dont_dump_enabled;
    --- End diff --
    
    Use RecBool for the type so it matches the cast below.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to