You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Daniel Gruno (JIRA)" <ji...@apache.org> on 2013/02/02 15:00:12 UTC

[jira] [Created] (TS-1683) channel_stats does not compile on FreeBSD

Daniel Gruno created TS-1683:
--------------------------------

             Summary: channel_stats does not compile on FreeBSD
                 Key: TS-1683
                 URL: https://issues.apache.org/jira/browse/TS-1683
             Project: Traffic Server
          Issue Type: Bug
          Components: Plugins
            Reporter: Daniel Gruno


Output from gmake (using GCC 4.2.1):

gmake[3]: Entering directory `/root/trafficserver/plugins/experimental/channel_stats'
  CXX    channel_stats.lo
channel_stats.cc: In function 'void handle_read_req(tsapi_cont*, tsapi_httptxn*)':
channel_stats.cc:321: error: invalid use of incomplete type 'struct sockaddr_in'
channel_stats.cc:284: error: forward declaration of 'struct sockaddr_in'
channel_stats.cc:323: error: invalid use of incomplete type 'struct sockaddr_in'
channel_stats.cc:284: error: forward declaration of 'struct sockaddr_in'
gmake[3]: *** [channel_stats.lo] Error 1

Someone should fix this ;)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira