diet_stat_t Struct Reference

A specific data structure for file information representation through DIET. More...

#include <diet-fms-lib.h>

List of all members.

Public Attributes

char path [PATH_MAX]
char owner [_POSIX_LOGIN_NAME_MAX]
char group [_POSIX_LOGIN_NAME_MAX]
mode_t perms
uid_t uid
gid_t gid
size_t size
time_t atime
time_t mtime
time_t ctime
diet_file_type_t type

Detailed Description

A specific data structure for file information representation through DIET.


Member Data Documentation

The file size (in bytes).

The last modification time.

The owner numeric UID.

char diet_stat_t::group[_POSIX_LOGIN_NAME_MAX]

The owner of the file.

The last access time.

char diet_stat_t::owner[_POSIX_LOGIN_NAME_MAX]

The file path.

char diet_stat_t::path[PATH_MAX]

The group of the file.

The group numeric GID.

The last inode change time.

The access permissions of the file.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator

Generated by  doxygen 1.6.2