Module Name: src
Committed By: knakahara
Date: Wed May 31 11:44:44 UTC 2017
Modified Files:
src/sys/net: if_pppoe.h
Log Message:
add todo comment. pointed out by s-yamaguchi@IIJ
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/net/if_pppoe.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/if_pppoe.h
diff -u src/sys/net/if_pppoe.h:1.13 src/sys/net/if_pppoe.h:1.14
--- src/sys/net/if_pppoe.h:1.13 Fri Apr 15 01:31:29 2016
+++ src/sys/net/if_pppoe.h Wed May 31 11:44:44 2017
@@ -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_ */