diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-04-10 08:09:25 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-04-10 08:09:25 +0000 |
| commit | 18ba072a22cd619d7a69f6bb7d097ef4db85597d (patch) | |
| tree | 03be90cf56f9e13349ce469a3d6d5f9350f16194 /sys/net/if_llatbl.h | |
| parent | 86161c3eeb8c8f439634cbd07f837f51bf56f5b1 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_llatbl.h')
| -rw-r--r-- | sys/net/if_llatbl.h | 2 |
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) |
