You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org> on 2009/03/04 04:47:56 UTC

[jira] Created: (QPID-1710) Portability problem

Portability problem
-------------------

                 Key: QPID-1710
                 URL: https://issues.apache.org/jira/browse/QPID-1710
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: M5
            Reporter: Andrew Stitcher
            Assignee: Andrew Stitcher
            Priority: Minor
             Fix For: M5


The Socket class API uses the type socklen_t which is not widely portable.

Even more so though it's used in a call where it's only ever supplied as 0 so the whole issue could be avoided by taking it out of the API

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Closed: (QPID-1710) Portability problem

Posted by "Andrew Stitcher (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher closed QPID-1710.
---------------------------------

    Resolution: Fixed

> Portability problem
> -------------------
>
>                 Key: QPID-1710
>                 URL: https://issues.apache.org/jira/browse/QPID-1710
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M5
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>            Priority: Minor
>             Fix For: M5
>
>
> The Socket class API uses the type socklen_t which is not widely portable.
> Even more so though it's used in a call where it's only ever supplied as 0 so the whole issue could be avoided by taking it out of the API

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org