X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fvolume.h;h=7172887a2d489947316df310aa44966277602cc6;hp=0981ee9840e8508dfc5abab266898f2f7a90ad97;hb=4021b76ce3f3e51756e9d59b4a5a045ad6398dc8;hpb=f83f282ad91f8b8c3162afbf99836033b4e64c52 diff --git a/include/atalk/volume.h b/include/atalk/volume.h index 0981ee98..7172887a 100644 --- a/include/atalk/volume.h +++ b/include/atalk/volume.h @@ -98,6 +98,7 @@ struct vol { int v_preexec_close; char *v_uuid; /* For TimeMachine zeroconf record */ int v_qfd; + uint32_t v_ignattr; /* AFP attributes that shall be ignored */ }; /* load_volumes() flags */ @@ -134,6 +135,7 @@ struct vol { #define AFPVOL_SEARCHDB (1 << 25) /* Use fast CNID db search instead of filesystem */ #define AFPVOL_NONETIDS (1 << 26) /* signal the client it shall do privelege mapping */ #define AFPVOL_FOLLOWSYM (1 << 27) /* follow symlinks on the server, default is not to */ +#define AFPVOL_DELVETO (1 << 28) /* delete veto files and dirs */ /* Extended Attributes vfs indirection */ #define AFPVOL_EA_NONE 0 /* No EAs */