RTRlib
Loading...
Searching...
No Matches
rtr_mgr_private.h
Go to the documentation of this file.
1/*
2 * This file is part of RTRlib.
3 *
4 * This file is subject to the terms and conditions of the MIT license.
5 * See the file LICENSE in the top level directory for more details.
6 *
7 * Website: http://rtrlib.realmv6.org/
8 */
9
10#ifndef RTR_MGR_PRIVATE
11#define RTR_MGR_PRIVATE
12
13#include "rtrlib/rtr_mgr.h"
14
15#include "third-party/tommyds/tommylist.h"
16
18 tommy_list list;
19};
20
21// TODO: Find a nicer way todo a linked list (without writing our own)
23 tommy_node node;
25};
26
27#endif
Definition rtr_mgr_private.h:22
tommy_node node
Definition rtr_mgr_private.h:23
struct rtr_mgr_group * group
Definition rtr_mgr_private.h:24
A set of RTR sockets.
Definition rtr_mgr.h:72
Definition rtr_mgr_private.h:17
tommy_list list
Definition rtr_mgr_private.h:18