From: | ghudson@mit.edu |
Subject: | git commit |
Make profile_copy() work on dirty profiles
Replace the current implementation of profile_copy() with one that
copies the in-memory tree structure of non-shared data objects. Make
profile_copy() a public function.
https://github.com/krb5/krb5/commit/078721b1f4a8fb995e0d5346ecf36adffd0a4f99
Author: Greg Hudson <ghudson@mit.edu>
Commit: 078721b1f4a8fb995e0d5346ecf36adffd0a4f99
Branch: master
src/util/profile/prof_file.c | 38 +++++++++++++++++++++++++++++++++++++
src/util/profile/prof_init.c | 36 ++++++++++++++++++++---------------
src/util/profile/prof_int.h | 8 ++++++--
src/util/profile/prof_tree.c | 45 ++++++++++++++++++++++++++++++++++++++++++++
src/util/profile/profile.hin | 3 +++
src/util/profile/t_profile.c | 9 ++++++++-
6 files changed, 121 insertions(+), 18 deletions(-)