Drop localisation and checkpoint tracing in files not covered by the merge.
This commit is contained in:
parent
7ea85043ac
commit
07a560eab6
11 changed files with 102 additions and 109 deletions
|
|
@ -136,8 +136,7 @@ static void age_subnets(int fd, short events, void *data) {
|
|||
event_add(&age_subnets_event, &(struct timeval){10, 0});
|
||||
}
|
||||
|
||||
static void learn_mac(mac_t *address)
|
||||
{
|
||||
static void learn_mac(mac_t *address) {
|
||||
subnet_t *subnet;
|
||||
splay_node_t *node;
|
||||
connection_t *c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue