rfio_rewinddir(3) - Linux man page
Name
rfio_rewinddir - reset position to the beginning of a directory opened by rfio_opendir
Synopsis
#include <sys/types.h>
#include "rfio_api.h"
void rfio_rewinddir (RDIR *dirp);
Description
rfio_rewinddir resets the position to the beginning of a directory opened by rfio_opendir.
- dirp
- specifies the pointer value returned by rfio_opendir.
Notes
For LCG directories, a multi-threaded application will need to initialize itself the Cthread (LCG Thread
Interface) library ; this is done by including "shift/Cthread_api.h" and calling the function Cthread_init() at the beginning. Otherwise accessing LCG
directories will not be thread-safe. See cthread(3).
See Also
rfio_closedir(3), rfio_opendir(3), rfio_readdir(3)
Author
LCG Grid Deployment Team