ldb: added request location tracking
authorAndrew Tridgell <tridge@samba.org>
Fri, 24 Sep 2010 19:07:16 +0000 (12:07 -0700)
committerAndrew Tridgell <tridge@samba.org>
Sat, 25 Sep 2010 17:38:45 +0000 (10:38 -0700)
commitf4893e7d33b7c9aaafba5ce8657972d3eb600257
tree272feafb24baf123578161ac58524393138e4270
parentd72dbe847e0db605e950e6656d758cb60bf628a7
ldb: added request location tracking

this is used to help debug async ldb requests. The ldb request handle
now contains a location string and the parent request pointer. This
allows us to print a backtrace of ldb requests in the dsdb modules.
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/include/ldb_private.h