Check ip before ping
This commit is contained in:
8
lib/cache.c
Normal file
8
lib/cache.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "cache.h"
|
||||
#include <pthread.h>
|
||||
|
||||
struct cache_head {
|
||||
struct hlist_head hash_head;
|
||||
int hash_size;
|
||||
pthread_rwlock_t *rwlock;
|
||||
};
|
||||
Reference in New Issue
Block a user