]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Revert "reorder types"
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 24 Nov 2021 20:02:05 +0000 (15:02 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 24 Nov 2021 20:10:40 +0000 (15:10 -0500)
commit3391575a5534b29a091a2e3fc07f640c7a9975df
treed048d5a31970077e571c5bbda13b1cd38a0dbae7
parent516ca947e6de330533043ac95f2b24c67e1e144f
Revert "reorder types"

There are so many uses of the old ordering it makes visually checking whether cases are covered annoying.

The old ordering orders things by types which relate directly to C types, and then more abstract types, and system types, which is generally far more useful.

The C types are usually the ones we deal with explicitly in martialling and unmartialling functions.  It's very rare we end up needing to convert between time_delta and a native database type, but very common we need to deal with the numeric and float types.
src/lib/util/types.h
src/lib/util/value.c