logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gfs_acl_cmp - compare two Gfarm ACLs

Input Arguments

acl1, acl2
           An ACL structure type which is sorted.

Name

       gfs_acl_cmp - compare two Gfarm ACLs

Return Values

       If the two ACLs acl1 and acl2 are equal, this function returns 0. And if they differ, this function
       returns 1.

See Also

gfs_acl_dup(3), gfs_acl_sort(3), gfs_acl_from_text(3), gfs_acl_get_file(3), gfs_acl_init(3)

Gfarm                                              14 Feb 2011                                    GFS_ACL_CMP(3)

Synopsis

#include<gfarm/gfarm.h>intgfs_acl_cmp(gfarm_acl_tacl1,gfarm_acl_tacl2);

See Also