You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2016/10/05 13:56:20 UTC

[jira] [Updated] (DISPATCH-471) server.c needs refactoring around qd_connection_t allocation

     [ https://issues.apache.org/jira/browse/DISPATCH-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross updated DISPATCH-471:
------------------------------
    Assignee: Chuck Rolke

> server.c needs refactoring around qd_connection_t allocation
> ------------------------------------------------------------
>
>                 Key: DISPATCH-471
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-471
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>             Fix For: 0.7.0
>
>
> Code snippet
> {noformat}
>     ctx = new_qd_connection_t();
>     ctx->this_field = 0;
>     ctx->that_field = 0;
>     ...
> {noformat}
> exists in three places. On ongoing code error is to add a new field and then not to initialize the field in all three places.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org