From: Alan T. DeKok Date: Tue, 15 Nov 2016 20:20:17 +0000 (-0500) Subject: add priority to request messages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64f28fdb1cfc19a5bd865b5b454bb97bfbda0b5;p=thirdparty%2Ffreeradius-server.git add priority to request messages so that the worker knows how to prioritize them --- diff --git a/src/util/channel.h b/src/util/channel.h index 1f2264a718e..f959cb3a2f4 100644 --- a/src/util/channel.h +++ b/src/util/channel.h @@ -78,6 +78,7 @@ typedef struct fr_channel_data_t { union { struct { uint64_t *start_time; //!< time original request started (network -> worker) + uint32_t priority; //!< priority of this packet. 0=high, 65535=low. } request; struct {