You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/11/16 00:12:13 UTC

[jira] Created: (TS-536) Some more RNI remnants to clean up

Some more RNI remnants to clean up
----------------------------------

                 Key: TS-536
                 URL: https://issues.apache.org/jira/browse/TS-536
             Project: Traffic Server
          Issue Type: Improvement
          Components: Cleanup
            Reporter: Leif Hedstrom
             Fix For: 2.1.5


We have a few ifdef's etc. around RNI, stuff that we no longer use / support, e.g.

#ifndef RNI_ONLY

MAX_RNI_TRANS_STATS

READ_RNI_TRANS_STAT((long) data, count, sum);

#ifdef RNI_STATIC_LINK


etc. We should probably nuke all this...

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


[jira] Resolved: (TS-536) Some more RNI remnants to clean up

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-536.
------------------------------

    Resolution: Fixed

> Some more RNI remnants to clean up
> ----------------------------------
>
>                 Key: TS-536
>                 URL: https://issues.apache.org/jira/browse/TS-536
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Leif Hedstrom
>             Fix For: 2.1.5
>
>
> We have a few ifdef's etc. around RNI, stuff that we no longer use / support, e.g.
> #ifndef RNI_ONLY
> MAX_RNI_TRANS_STATS
> READ_RNI_TRANS_STAT((long) data, count, sum);
> #ifdef RNI_STATIC_LINK
> etc. We should probably nuke all this...

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