bproc_nodecachepurgefail

Name

bproc_nodecachepurgefail -- flush file cache failure list

Synopsis

#include <sys/bproc.h>

int bproc_nodecachepurgefail( int node );

Description

bproc_nodecachepurgefail causes node to flush its list of failed file downloads. Flushing this list will cause it to retry downloads that have previously failed.

Return value

On success, zero is returned. On error, -1 is returned and errno is set appropriately.

Errors

EPERM

The calling process does not have permission to move to node. You must be the superuser to use bproc_nodecachepurgefail.

EINVAL

node is an invalid node number or node is down.

EBUSY

The BProc system is not running.

See Also

bproc_nodecachepurgefail(2)