1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-17 10:50:22 +03:00
Andrew Tridgell 00c706c2b8 - fixed a problem with packets to ourselves. The packets were being
processed immediately, but the input routines indirectly assumed
  they were being called as a new event (for example, a calling
  routine might queue the packet, then afterwards modify the ltdb
  record). The solution was to make self packets queue via a zero
  timeout.

- fixed unlinking of the socket in a exit in the lockwait code. Needed
  an _exit instead of exit so atexit() doesn't trigger

- print latency of lockwait delays

(This used to be ctdb commit 1b0684b4f6a976f4c5fe54394ac54d121810b298)
2007-04-20 17:58:37 +10:00
..
2007-04-18 11:20:24 +10:00
2007-04-19 12:43:19 +10:00
2006-11-18 10:41:20 +11:00
2006-11-18 10:41:20 +11:00
2006-11-18 10:41:20 +11:00
2006-11-18 10:41:20 +11:00
2006-11-18 10:41:20 +11:00
2007-04-17 17:59:39 +02:00
2006-11-18 10:57:01 +11:00

To build this you need a recent copy of talloc, libreplace and tdb in
the directory above this directory.