edg_wll_Context context,
glite_jobid_const_t job,
const char * user_id,
- enum edg_wll_UserIdType user_id_type,
- enum edg_wll_Permission permission,
- enum edg_wll_PermissionType permission_type,
- enum edg_wll_ACLOperation operation
+ enum edg_wll_ChangeACLUser_id_type user_id_type,
+ enum edg_wll_ChangeACLPermission permission,
+ enum edg_wll_ChangeACLPermission_type permission_type,
+ enum edg_wll_ChangeACLOperation operation
);
edg_wll_Context ctx,
glite_jobid_const_t jobid,
const char *user_id,
- enum edg_wll_UserIdType user_id_type,
- enum edg_wll_Permission permission,
- enum edg_wll_PermissionType permission_type,
- enum edg_wll_ACLOperation operation)
+ enum edg_wll_ChangeACLUser_id_type user_id_type,
+ enum edg_wll_ChangeACLPermission permission,
+ enum edg_wll_ChangeACLPermission_type permission_type,
+ enum edg_wll_ChangeACLOperation operation)
{
if ( edg_wll_SetLoggingJob(ctx, jobid, NULL, EDG_WLL_SEQ_NORMAL) == 0 ) {
edg_wll_LogEventMaster(ctx, EDG_WLL_LOGFLAG_LOCAL | EDG_WLL_LOGFLAG_SYNC,
#define EDG_WLL_LOGFLAG_DIRECT 16 /**< logging directly to bkserver */
#define EDG_WLL_LOGFLAG_INTERNAL 32 /**< internally generated event, don't forward */
-/* enums for the ChangeACL event */
-
-enum edg_wll_Permission {
- EDG_WLL_PERM_READ = 1,
- EDG_WLL_PERM_WRITE = 4,
- EDG_WLL_PERM_ADMIN = 8,
-};
-
-enum edg_wll_PermissionType {
- EDG_WLL_PERM_ALLOW,
- EDG_WLL_PERM_DENY,
-};
-
-enum edg_wll_ACLOperation {
- EDG_WLL_ACL_ADD,
- EDG_WLL_ACL_REMOVE,
-};
-
-enum edg_wll_UserIdType {
- EDG_WLL_USER_SUBJECT, /* X.509 subject name */
- EDG_WLL_USER_VOMS_GROUP, /* VOMS group membership */
- EDG_WLL_USER_FQAN, /* Full qualified attribute name */
-};
-
/*
*@} end of group
*/