Changeset 224 for branches/samba-3.3.x/source/locking/brlock.c
- Timestamp:
- May 24, 2009, 7:55:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/locking/brlock.c
r206 r224 42 42 static void print_lock_struct(unsigned int i, struct lock_struct *pls) 43 43 { 44 DEBUG(10,("[%u]: smbpid = %u, tid = %u, pid = % u, ",44 DEBUG(10,("[%u]: smbpid = %u, tid = %u, pid = %s, ", 45 45 i, 46 46 (unsigned int)pls->context.smbpid, 47 47 (unsigned int)pls->context.tid, 48 (unsigned int)procid_to_pid(&pls->context.pid) ));48 procid_str(debug_ctx(), &pls->context.pid) )); 49 49 50 50 DEBUG(10,("start = %.0f, size = %.0f, fnum = %d, %s %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.