mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Clarify mutual exclusion comments
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4188 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7b8ea6ba02
commit
ed760be0ac
@ -452,8 +452,8 @@ load_kernel_modules()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Call this function to assert MUTEX with Shorewall. If you invoke the
|
# Call this function to assert mutual exclusion with Shorewall. If you invoke the
|
||||||
# /sbin/shorewall program while holding MUTEX, you should pass "nolock" as
|
# /sbin/shorewall program while holding mutual exclusion, you should pass "nolock" as
|
||||||
# the first argument. Example "shorewall nolock refresh"
|
# the first argument. Example "shorewall nolock refresh"
|
||||||
#
|
#
|
||||||
# This function uses the lockfile utility from procmail if it exists.
|
# This function uses the lockfile utility from procmail if it exists.
|
||||||
@ -490,7 +490,7 @@ mutex_on()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Call this function to release MUTEX
|
# Call this function to release mutual exclusion
|
||||||
#
|
#
|
||||||
mutex_off()
|
mutex_off()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user