mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b0a8fd19ff
We include the file and line which called the functions, so the printed failure path now looks like: [malloc(ctdb.c:144)]:1:S[socket(ctdb.c:168)]:1:S... The form is: [ <function> ( <caller> ) ] : <input line> : <result> <function> is the function which is called (eg. malloc). <caller> is the file and line number which called <function>. <input line> is the 1-based line number in the input which we were up to. <result> is 'S' (success) or 'F' (failure). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (This used to be ctdb commit 5fb6da30b5b5a8b761c8ab9a8124b87b759ef055) |
||
---|---|---|
.. | ||
test | ||
control.c | ||
ctdb.c | ||
io_elem.c | ||
io_elem.h | ||
libctdb_private.h | ||
local_tdb.c | ||
local_tdb.h | ||
logging.c | ||
messages.c | ||
messages.h | ||
sync.c | ||
TODO | ||
tst.c |