change type of rule_id, object_id, item_id from (long long) to (uuid_t)
just compile libmaatframe.so, without modifing about test case
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
typedef struct _ipv6_rule_t{
|
||||
|
||||
struct ipv6_range rule;
|
||||
long long rule_id;
|
||||
uuid_t rule_uuid;
|
||||
void * tag;
|
||||
}ipv6_rule_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user