next up previous contents index
Next: 4.8.7 revert: Revert to Up: 4.8 oskit_stream: standard interface Previous: 4.8.5 copyto: Copy data

4.8.6 commit: Commit all changes to this object

 

SYNOPSIS

#include <oskit/com/stream.h>

OSKIT_COMDECL oskit_stream_commit(oskit_stream_t *f, oskit_u32_t commit_flags);

DESCRIPTION

This method flushes all changes made to this stream object to the next level storage object.

PARAMETERS

f
The object to commit.
commit_flags
Conditions for performing the commit operation.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



University of Utah Flux Research Group