diff options
author | Michael Adam <obnox@samba.org> | 2012-06-13 17:58:54 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-15 03:28:14 +0200 |
commit | 3309a5298835bf5bb379a62ca67c0d9577dbe65b (patch) | |
tree | ac58766ca6e75545287c1f11c392cb03760d6afa /source3/include | |
parent | 0635af0a0808374c0e34582b153c0bbbbfac16d2 (diff) | |
download | samba-3309a5298835bf5bb379a62ca67c0d9577dbe65b.tar.gz samba-3309a5298835bf5bb379a62ca67c0d9577dbe65b.tar.bz2 samba-3309a5298835bf5bb379a62ca67c0d9577dbe65b.zip |
s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fsp
This is to unify logging of an files_struct.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d1d7131065..463d9807b8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1630,6 +1630,7 @@ NTSTATUS create_synthetic_smb_fname_split(TALLOC_CTX *ctx, struct smb_filename **smb_fname_out); const char *smb_fname_str_dbg(const struct smb_filename *smb_fname); const char *fsp_str_dbg(const struct files_struct *fsp); +const char *fsp_fnum_dbg(const struct files_struct *fsp); NTSTATUS copy_smb_filename(TALLOC_CTX *ctx, const struct smb_filename *smb_fname_in, struct smb_filename **smb_fname_out); |