]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unused structure
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 25 May 2018 09:13:15 +0000 (15:13 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 25 May 2018 09:13:15 +0000 (15:13 +0600)
src/lib/io/listen.h

index 5847c9d84903d86c04b8883611b15bf29d1bf412..11b275ffd136d8d431ccfad4bf7834668a4ef158 100644 (file)
@@ -52,14 +52,3 @@ struct fr_async_t {
        uint32_t                priority;
        bool                    detached;       //!< if detached, we don't send real replies
 };
-
-/** Information to track src/dst ip/port
- */
-typedef struct fr_ip_srcdst_t {
-       int                             if_index;
-
-       fr_ipaddr_t                     src_ipaddr;
-       fr_ipaddr_t                     dst_ipaddr;
-       uint16_t                        src_port;
-       uint16_t                        dst_port;
-} fr_ip_srcdst_t;