You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2016/10/31 22:31:58 UTC

[jira] [Created] (MESOS-6520) Make errno an explicit argument for ErrnoError.

James Peach created MESOS-6520:
----------------------------------

             Summary: Make errno an explicit argument for ErrnoError.
                 Key: MESOS-6520
                 URL: https://issues.apache.org/jira/browse/MESOS-6520
             Project: Mesos
          Issue Type: Bug
          Components: technical debt
            Reporter: James Peach
            Priority: Minor


Make {{errno}} an explicit argument to {{ErrnoError}}. Right now, the constructor to {{ErrnoError}} references {{errno}} directly, which makes it awkward to pass a custom {{errno}} value (you have to set {{errno}} globally).



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