You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/08/16 22:23:21 UTC

[jira] [Updated] (TS-3494) Expose the "name" (e.g. [ET_NET 0]) in the Thread class

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

Bryan Call updated TS-3494:
---------------------------
    Fix Version/s:     (was: 7.0.0)
                   7.1.0

> Expose the "name" (e.g. [ET_NET 0]) in the Thread class
> -------------------------------------------------------
>
>                 Key: TS-3494
>                 URL: https://issues.apache.org/jira/browse/TS-3494
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Alan M. Carroll
>             Fix For: 7.1.0
>
>
> This would allow our code to e.g. produce Debug() and other info with details on what type of thread, and its # (to match up with e.g. top output). I think this is a trivial addition, e.g.
> const char* Thread::get_name() const { return name; };



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