xace: Add an access_mode field to the extension structure.

This allows the same callback to be used for both extension hooks.
This commit is contained in:
Eamon Walsh
2007-10-17 13:51:11 -04:00
committed by Eamon Walsh
parent e3a8cbe523
commit db66e66dbf
2 changed files with 14 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ typedef struct {
typedef struct {
ClientPtr client;
ExtensionEntry *ext;
Mask access_mode;
int status;
} XaceExtAccessRec;