next up previous contents index
Next: 11.3 C Library Environment Up: 11.2 Initialization Previous: 11.2.2 oskit_clientos_sethostname: Set the

11.2.3 oskit_clientos_setfsnamespace: Set the filesystem namespace

 

SYNOPSIS

#include <oskit/clientos.h>

oskit_error_t oskit_clientos_setfsnamespace(oskit_fsnamespace_t *fsn);

DESCRIPTION

Set the filesystem namespce object. This is typically called from the filesystem initialization code, once the root filesystem has been initialized, and the filesystem namespace object created.

RETURNS

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



Utah Flux Research Group