Add krb5_storage_fsync().
We add a function to cause krb5_storage's to be sync'd to their backing store. For memory backed storages, this is a NOP. For files, it calls fsync on the file descriptor.
This commit is contained in:
@@ -600,6 +600,7 @@ HEIMDAL_KRB5_2.0 {
|
||||
krb5_storage_from_fd;
|
||||
krb5_storage_from_mem;
|
||||
krb5_storage_from_readonly_mem;
|
||||
krb5_storage_fsync;
|
||||
krb5_storage_get_byteorder;
|
||||
krb5_storage_get_eof_code;
|
||||
krb5_storage_is_flags;
|
||||
|
Reference in New Issue
Block a user