nfs-ganesha 1.4
Functions

posixdb_consistency.c File Reference

#include "posixdb_internal.h"
#include "posixdb_consistency.h"
#include <string.h>

Go to the source code of this file.

Functions

int fsal_posixdb_consistency_check (fsal_posixdb_fileinfo_t *p_info1, fsal_posixdb_fileinfo_t *p_info2)
 Check the consistency between two fsal_posixdb_fileinfo_t.

Function Documentation

int fsal_posixdb_consistency_check ( fsal_posixdb_fileinfo_t p_info1,
fsal_posixdb_fileinfo_t p_info2 
)

Check the consistency between two fsal_posixdb_fileinfo_t.

Parameters:
p_info1
p_info2
Returns:
0 if the two fsal_posixdb_fileinfo_t are consistent another value else (or on error)

Definition at line 18 of file PGSQL/posixdb_consistency.c.