IBM Books

IBM General Parallel File System for AIX: Administration and Programming Reference

gpfsCancelHints_t Structure

Name

gpfsCancelHints_t - Indicates to remove any hints against the open file handle.

Structure

typedef struct
{
  int structLen;
  int structType;
} gpfsCancelHints_t;

Description

GPFS removes any hints that may have been issued against this open file handle:

Note:
This directive cancels only the effect of other hints, not other directives.

Members

structLen
Length of the gpfsCancelHints_t structure.

structType
The directive identifier GPFS_CANCEL_HINTS.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]