Added field to hold transportheader.
FossilOrigin-Name: b5ea746b97f2d0532934f32431c029341d9e34222cc2c00fe2e1841183585f1e
This commit is contained in:
@ -43,6 +43,7 @@ struct frag {
|
||||
int bytesreceived;
|
||||
int bytesneeded;
|
||||
struct timespec t;
|
||||
uint8_t * header;
|
||||
};
|
||||
|
||||
typedef struct frag FRAGMAN;
|
||||
|
Reference in New Issue
Block a user