add todo comment. pointed out by s-yamaguchi@IIJ

This commit is contained in:
knakahara 2017-05-31 11:44:44 +00:00
parent e0c16185be
commit 436ec83fe4
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_pppoe.h,v 1.13 2016/04/15 01:31:29 ozaki-r Exp $ */
/* $NetBSD: if_pppoe.h,v 1.14 2017/05/31 11:44:44 knakahara Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -69,5 +69,11 @@ struct pppoeconnectionstate {
void pppoe_input(struct ifnet *, struct mbuf *);
void pppoedisc_input(struct ifnet *, struct mbuf *);
#endif /* _KERNEL */
/*
* TODO: Locking notes
* Currently, the if_pppoe.c and if_spppsubr.c locking is too complexity.
* So, we will restructure locks, and then we describe the restructureed
* locking note.
*/
#endif /* !_NET_IF_PPPOE_H_ */