Xenomai  3.2.4
xnvfile_regular_iterator Struct Reference

Regular vfile iterator . More...

#include <vfile.h>

Data Fields

loff_t pos
 Current record position while iterating.
 
struct seq_file * seq
 Backlink to the host sequential file supporting the vfile.
 
struct xnvfile_regular * vfile
 Backlink to the vfile being read.
 
char private [0]
 Start of private area. More...
 

Detailed Description

Regular vfile iterator .

This structure defines an iterator over a regular vfile.

Field Documentation

◆ private

char xnvfile_regular_iterator::private[0]

Start of private area.

Use xnvfile_iterator_priv() to address it.


The documentation for this struct was generated from the following file: