]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make profile_copy() work on dirty profiles 1339/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 3 Apr 2024 18:13:50 +0000 (14:13 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 22 Apr 2024 22:58:20 +0000 (18:58 -0400)
commit078721b1f4a8fb995e0d5346ecf36adffd0a4f99
treec7e6e957c2ea35a409c98894017aeb4945282409
parent9b2fb80ad24006784170875709a04dc79e03b401
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.

ticket: 9119 (new)
src/util/profile/prof_file.c
src/util/profile/prof_init.c
src/util/profile/prof_int.h
src/util/profile/prof_tree.c
src/util/profile/profile.hin
src/util/profile/t_profile.c