aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_llatbl.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2013-04-10 08:09:25 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2013-04-10 08:09:25 +0000
commit18ba072a22cd619d7a69f6bb7d097ef4db85597d (patch)
tree03be90cf56f9e13349ce469a3d6d5f9350f16194 /sys/net/if_llatbl.h
parent86161c3eeb8c8f439634cbd07f837f51bf56f5b1 (diff)
Notes
Diffstat (limited to 'sys/net/if_llatbl.h')
-rw-r--r--sys/net/if_llatbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
index 693ccd521fad..e09145cce8fc 100644
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -43,7 +43,7 @@ struct rt_addrinfo;
struct llentry;
LIST_HEAD(llentries, llentry);
-extern struct rwlock lltable_rwlock;
+extern struct rwlock_padalign lltable_rwlock;
#define LLTABLE_RLOCK() rw_rlock(&lltable_rwlock)
#define LLTABLE_RUNLOCK() rw_runlock(&lltable_rwlock)
#define LLTABLE_WLOCK() rw_wlock(&lltable_rwlock)