]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
request->priority and request->sequence are no longer just used by the IO code, and...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 21 Jul 2025 21:38:29 +0000 (14:38 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 21 Jul 2025 21:55:43 +0000 (14:55 -0700)
commite18c2feeda96c058d4f522386d8595e01c68f6b1
tree533305ae2e560b9ad2538d3febcfb5b862e69dd6
parent0edb46bc2399dab6207c16af378b5679504bdfdb
request->priority and request->sequence are no longer just used by the IO code, and should be a structure that's always allocated i.e. the request_t
src/lib/io/listen.h
src/lib/io/worker.c
src/lib/server/request.h
src/lib/server/state.c
src/lib/unlang/interpret.c
src/listen/radius/proto_radius.c
src/modules/rlm_radius/bio.c
src/modules/rlm_tacacs/rlm_tacacs_tcp.c