mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
comment that ctdb_event_script_v() is called from a forked childs
context and thus can make blocking calls (This used to be ctdb commit b31d98281f15995ad340d2510e08e04ed46e271a)
This commit is contained in:
parent
56d5ef27b6
commit
5a02262a06
@ -25,6 +25,8 @@
|
||||
|
||||
/*
|
||||
run the event script - varargs version
|
||||
this function is called and run in the context of a forked child
|
||||
which allows it to do blocking calls such as system()
|
||||
*/
|
||||
static int ctdb_event_script_v(struct ctdb_context *ctdb, const char *fmt, va_list ap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user