]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Change type of lst_id to use the fr_lst_index_t typedef
authorJames Jones <jejones3141@gmail.com>
Tue, 10 Aug 2021 22:52:13 +0000 (17:52 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Aug 2021 17:50:23 +0000 (12:50 -0500)
src/lib/io/master.c

index ef80308b4ba36239cfdb44631c7e7acce4bec1ba..c0f450268df6f88fdfea28209ebc4b30008b07eb 100644 (file)
@@ -55,7 +55,7 @@ typedef struct {
  *
  */
 typedef struct {
-       int                     lst_id;
+       fr_lst_index_t          lst_id;
        uint32_t                priority;
        fr_time_t               recv_time;
        fr_io_track_t           *track;