remove .o files
This commit is contained in:
parent
61041efd02
commit
2cf652f8ba
BIN
src/debug.o
BIN
src/debug.o
Binary file not shown.
BIN
src/hash.o
BIN
src/hash.o
Binary file not shown.
@ -192,7 +192,7 @@ pub_data *get_data(int64_t id) {
|
|||||||
|
|
||||||
while(tmp != NULL) {
|
while(tmp != NULL) {
|
||||||
data = (pub_data*) tmp->data;
|
data = (pub_data*) tmp->data;
|
||||||
|
tmp = tmp->next;
|
||||||
if(data->id == id)
|
if(data->id == id)
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
@ -464,7 +464,7 @@ int send_packet(char *packet_buff, int16_t length, struct sockaddr_in6 *dest, in
|
|||||||
((packet*) packet_buff)->length = htons(((packet*) packet_buff)->length);
|
((packet*) packet_buff)->length = htons(((packet*) packet_buff)->length);
|
||||||
|
|
||||||
// Vectorized buffer
|
// Vectorized buffer
|
||||||
struct iovec vec_buff[1];
|
struct iovec vec_buff[1];
|
||||||
vec_buff[0].iov_len = length + 4;
|
vec_buff[0].iov_len = length + 4;
|
||||||
vec_buff[0].iov_base = packet_buff;
|
vec_buff[0].iov_base = packet_buff;
|
||||||
|
|
||||||
|
BIN
src/node.o
BIN
src/node.o
Binary file not shown.
BIN
src/parser.o
BIN
src/parser.o
Binary file not shown.
Loading…
Reference in New Issue
Block a user