]> git.ipfire.org Git - thirdparty/krb5.git/commit
Trace log with a subset of struct conn_state
authorGreg Hudson <ghudson@mit.edu>
Wed, 10 Apr 2013 22:10:52 +0000 (18:10 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 12 Apr 2013 15:03:48 +0000 (11:03 -0400)
commite4de1f768e818911e6c035ddcbaf0127e0eccb40
treebad540f170548f0b5e188e59eda0fb63aa3bbb5a
parent5b48c74845df82b3ae5a2f7cb8e64c521583e373
Trace log with a subset of struct conn_state

In struct conn_state, collect together the fields for the remote
address and put them in a substructure.  Pass this substructure to
trace logging macros instead of the entire conn_state structure, so
that trace.c doesn't have to know about the whole structure.
src/include/cm.h
src/include/k5-trace.h
src/lib/krb5/os/sendto_kdc.c
src/lib/krb5/os/t_trace.c
src/lib/krb5/os/t_trace.ref
src/lib/krb5/os/trace.c