[ 
https://issues.apache.org/jira/browse/TS-5082?focusedWorklogId=33136&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-33136
 ]

ASF GitHub Bot logged work on TS-5082:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Dec/16 12:17
            Start Date: 07/Dec/16 12:17
    Worklog Time Spent: 10m 
      Work Description: GitHub user oknet opened a pull request:

    https://github.com/apache/trafficserver/pull/1252

    TS-5082: define IOBufferReader::is_read_avail_more_than with TS_INLINE 
keyword

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/oknet/trafficserver TS-5082

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1252.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1252
    
----
commit b1ea9a4ad18e86b093ddeb8ab87cafd2e5b08628
Author: Oknet Xu <[email protected]>
Date:   2016-12-07T12:04:31Z

    TS-5082: define IOBufferReader::is_read_avail_more_than with TS_INLINE 
keyword

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 33136)
            Time Spent: 10m
    Remaining Estimate: 0h

> Compile error: undefined reference to IOBufferReader::is_read_avail_more_than
> -----------------------------------------------------------------------------
>
>                 Key: TS-5082
>                 URL: https://issues.apache.org/jira/browse/TS-5082
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Oknet Xu
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> autoreconf -fi
> ./configure
> make
> got some error message like below:
> {code}
> CXXLD traffic_server
> undefined reference to IOBufferReader::is_read_avail_more_than(...)
> {code}
> file: P_IOBuffer.h
> {code}
> inline bool
> IOBufferReader::is_read_avail_more_than(int64_t size)
> {code}
> should be
> {code}
> TS_INLINE bool
> IOBufferReader::is_read_avail_more_than(int64_t size)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to