diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-04-14 15:10:43 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-04-14 15:10:43 +0000 |
| commit | f34af806524310ecfdfdad39eadc5ecb0cf10381 (patch) | |
| tree | 9b0c1eb4cd80a5beffc9a82c427c49d72f9457d7 /src/util/profile/ChangeLog | |
| parent | 6a5f13b40c790383410c70385c9286b490ccc754 (diff) | |
prof_init.c (profile_abandon): New function which frees the profile
handle and throwing away any changes that might have been made before
they are flushed to disk.
prof_file.c (profile_close_file): Move functionality of freeing the
profile file to the new function profile_free_file().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11355 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
| -rw-r--r-- | src/util/profile/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index a9bacd304..4c3056aab 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,12 @@ +1999-04-14 <tytso@rsts-11.mit.edu> + + * prof_init.c (profile_abandon): New function which frees the + profile handle and throwing away any changes that might + have been made before they are flushed to disk. + + * prof_file.c (profile_close_file): Move functionality of freeing + the profile file to the new function profile_free_file(). + Mon Mar 15 16:03:34 1999 Tom Yu <tlyu@mit.edu> * profile.hin: Fix GSS_DLLIMP. |
