- spi_t replaced with u_int64_t
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
void test_ike_sa_id(tester_t *tester)
|
||||
{
|
||||
ike_sa_id_t *ike_sa_id, *clone, *equal, *other1, *other2, *other3, *other4;
|
||||
spi_t initiator, initiator2, responder, responder2;
|
||||
u_int64_t initiator, initiator2, responder, responder2;
|
||||
bool is_initiator;
|
||||
bool are_equal = FALSE;
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ static void test3_thread(ike_sa_id_t *ike_sa_id)
|
||||
void test_ike_sa_manager(tester_t *tester)
|
||||
{
|
||||
status_t status;
|
||||
spi_t initiator, responder;
|
||||
u_int64_t initiator, responder;
|
||||
ike_sa_id_t *ike_sa_id, *sa_id;
|
||||
ike_sa_t *ike_sa;
|
||||
int thread_count = 200;
|
||||
|
||||
@@ -31,7 +31,7 @@ void test_ike_sa(tester_t *tester)
|
||||
{
|
||||
ike_sa_t *ike_sa;
|
||||
ike_sa_id_t *ike_sa_id;
|
||||
spi_t initiator, responder;
|
||||
u_int64_t initiator, responder;
|
||||
bool is_initiator;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user