1RFIO_REWINDDIR(3) Rfio Library Functions RFIO_REWINDDIR(3)
2
3
4
6 rfio_rewinddir - reset position to the beginning of a directory opened
7 by rfio_opendir
8
10 #include <sys/types.h>
11 #include "rfio_api.h"
12
13 void rfio_rewinddir (RDIR *dirp);
14
16 rfio_rewinddir resets the position to the beginning of a directory
17 opened by rfio_opendir.
18
19 dirp specifies the pointer value returned by rfio_opendir.
20
22 For LCG directories, a multi-threaded application will need to initialā
23 ize itself the Cthread (LCG Thread Interface) library ; this is done by
24 including "shift/Cthread_api.h" and calling the function Cthread_init()
25 at the beginning. Otherwise accessing LCG directories will not be
26 thread-safe. See Cthread(3).
27
29 rfio_closedir(3), rfio_opendir(3), rfio_readdir(3)
30
32 LCG Grid Deployment Team
33
34
35
36LCG $Date: 2005/03/31 13:13:03 $ RFIO_REWINDDIR(3)