From: James Jones Date: Tue, 10 Aug 2021 22:52:13 +0000 (-0500) Subject: Change type of lst_id to use the fr_lst_index_t typedef X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c59a612b93a55b130ea5fea768c76f6c661b17e0;p=thirdparty%2Ffreeradius-server.git Change type of lst_id to use the fr_lst_index_t typedef --- diff --git a/src/lib/io/master.c b/src/lib/io/master.c index ef80308b4ba..c0f450268df 100644 --- a/src/lib/io/master.c +++ b/src/lib/io/master.c @@ -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;