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:
@@ -97,6 +97,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
ClientPtr client;
|
||||
ExtensionEntry *ext;
|
||||
Mask access_mode;
|
||||
int status;
|
||||
} XaceExtAccessRec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user