Should we eliminate old MgmtType etc?
-------------------------------------

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


There seems to be remnants left of what I think is the old "management" type 
system. e.g.

MgmtType
MgmtFloat
MgmtInt
MgmtIntCounter
MgmtString

INK_INT
INK_FLOAT
INK_STRING
INK_COUNTER
INK_STAT_CONST
INK_STAT_FX

I believe these are (or should) be replaced with e.g.

RecDataT
RecFloat
RecInt
RecCounter
RecString

RECD_INT
RECD_FLOAT
RECD_STRING
RECD_COUNTER
RECD_STAT_CONST
RECD_STAT_FX


At the same time, we should eliminate the remnants of #ifdef MODULARIZED  (not 
a lot left though).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to