Added field to hold transportheader.

FossilOrigin-Name: b5ea746b97f2d0532934f32431c029341d9e34222cc2c00fe2e1841183585f1e
This commit is contained in:
7u83@mail.ru 2014-07-28 04:59:46 +00:00
parent 257ffb1afa
commit 2832ee5f44
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ struct frag {
int bytesreceived;
int bytesneeded;
struct timespec t;
uint8_t * header;
};
typedef struct frag FRAGMAN;