Add stellar thread cycle
This commit is contained in:
@@ -102,6 +102,7 @@ static inline struct packet *packet_dup(const struct packet *pkt)
|
||||
return NULL;
|
||||
}
|
||||
memcpy(pkt_dup, pkt, sizeof(struct packet));
|
||||
pkt_dup->user_data = NULL;
|
||||
|
||||
if (pkt->data_len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user