uint64_t -> long long
This commit is contained in:
@@ -28,7 +28,7 @@ struct maat_cmd_line
|
||||
{
|
||||
const char *table_name;
|
||||
const char *table_line;
|
||||
uint64_t rule_id; // for MAAT_OP_DEL, only rule_id and table_name are necessary.
|
||||
long long rule_id; // for MAAT_OP_DEL, only rule_id and table_name are necessary.
|
||||
int expire_after; //expired after $timeout$ seconds, set to 0 for never timeout.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user