mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add comment about **vpp being special-cased in vnode_if.awk (1.38)
This commit is contained in:
parent
86ed89620e
commit
c2ef4dd48a
1 changed files with 6 additions and 0 deletions
|
|
@ -53,6 +53,12 @@
|
|||
# =: the same on input and output, may be either L or U.
|
||||
# X: locked if not nil.
|
||||
#
|
||||
# The paramater named "vpp" is assumed to be always used with double
|
||||
# indirection (**vpp) and that name is hard-codeed in vnode_if.awk !
|
||||
#
|
||||
# If other such parameters are introduced, they have to be added to
|
||||
# the AWK script at the head of the definition of "add_debug_code()".
|
||||
#
|
||||
|
||||
#
|
||||
# islocked vp = = =
|
||||
|
|
|
|||
Loading…
Reference in a new issue