You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Paul Brett (JIRA)" <ji...@apache.org> on 2015/05/28 21:55:18 UTC

[jira] [Created] (MESOS-2778) Non-POD static variables used in fq_codel and ingress.

Paul Brett created MESOS-2778:
---------------------------------

             Summary: Non-POD static variables used in fq_codel and ingress.
                 Key: MESOS-2778
                 URL: https://issues.apache.org/jira/browse/MESOS-2778
             Project: Mesos
          Issue Type: Bug
            Reporter: Paul Brett


We declare const non-POD static variables for the following:

fq_codel::HANDLE
ingress::ROOT
ingress::HANDLE

We can eliminate the risk of indeterminate initialization by converting to C++11 constexpr



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