Github user oknet commented on the issue:

    https://github.com/apache/trafficserver/pull/1252
  
    From my understand:
    
    - The TS_INLINE defined as inline in lib/ts/ink_apidefs.h only for libts, 
for libts.so these functions declared by TS_INLINE is inline function.
    - And TS_INLINE defined as empty in iocore/\*/Inline.cc, for a sub module 
static libs (\*.a) these functions declared by TS_INLINE is NOT inline function.
    
    I don't know the reasons about the TS_INLINE macro, this case only fix the 
compile error.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to