From: Alan T. DeKok Date: Mon, 21 Nov 2016 13:53:58 +0000 (-0500) Subject: add heap_id, and it's transport, not protocol X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed3dae76b1f6bf5573746c50778cd554e53b45e;p=thirdparty%2Ffreeradius-server.git add heap_id, and it's transport, not protocol --- diff --git a/src/util/channel.h b/src/util/channel.h index 736cc7b9b76..97b82782131 100644 --- a/src/util/channel.h +++ b/src/util/channel.h @@ -69,12 +69,13 @@ typedef struct fr_channel_data_t { * somewhere. So we cache it in fields which are now unused. */ struct { - fr_channel_t *ch; //!< channel where this messages was received + fr_channel_t *ch; //!< channel where this messages was received + int heap_id; //!< for the various queues } channel; }; void *ctx; //!< packet context. Usually socket information - uint32_t protocol; //!< protocol ID for this packet + uint32_t transport; //!< transport ID for this packet union { struct {