Xenomai  3.1
xnvfile_regular_iterator Struct Reference

Regular vfile iterator. More...

#include <vfile.h>

Data Fields

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

Detailed Description

Regular vfile iterator.

This structure defines an iterator over a regular vfile.

Field Documentation

loff_t xnvfile_regular_iterator::pos

Current record position while iterating.

Referenced by xnvfile_init_snapshot().

char xnvfile_regular_iterator::private[0]

Start of private area.

Use xnvfile_iterator_priv() to address it.

Referenced by xnvfile_init_snapshot().

struct seq_file* xnvfile_regular_iterator::seq

Backlink to the host sequential file supporting the vfile.

Referenced by xnvfile_init_snapshot().

struct xnvfile_regular* xnvfile_regular_iterator::vfile

Backlink to the vfile being read.

Referenced by xnclock_adjust(), and xnvfile_init_snapshot().


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