From: Alan T. DeKok Date: Tue, 2 Nov 2021 01:24:12 +0000 (-0400) Subject: more notes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2dd09073d6b7e11f049b292a2cc63c7c642c26;p=thirdparty%2Ffreeradius-server.git more notes --- diff --git a/scripts/build/logid-update.pl b/scripts/build/logid-update.pl index 9c3947d04e4..67ab4755471 100755 --- a/scripts/build/logid-update.pl +++ b/scripts/build/logid-update.pl @@ -16,7 +16,7 @@ # 1 bit of "is it for a module" (lets us easily do core vs module filters) # 2 bits reserved # -# 16 bits of library +# 16 bits of library (libfreeradius-foo, or rlm_foo) # 8 bits of "thing within a library" # 16 bits of globally unique identifier # @@ -25,6 +25,10 @@ # Having the globally unique identifier means that it's easier # to track the various IDs. # +# We also need instance IDs, for things like network / worker threads, +# and trunks, and connections. +# +# ###################################################################### use strict;