White space fix.
This commit is contained in:
parent
d2238615e3
commit
2fb55d3874
@ -43,17 +43,17 @@ extern "C" {
|
|||||||
|
|
||||||
struct SendInstruction
|
struct SendInstruction
|
||||||
{
|
{
|
||||||
int IsVirtualFile;
|
int IsVirtualFile;
|
||||||
int IsChunkActive;
|
int IsChunkActive;
|
||||||
int IsRangeActive;
|
int IsRangeActive;
|
||||||
int IsTrailers;
|
int IsTrailers;
|
||||||
char RangeHeader[200];
|
char RangeHeader[200];
|
||||||
char AcceptLanguageHeader[200];
|
char AcceptLanguageHeader[200];
|
||||||
off_t RangeOffset;
|
off_t RangeOffset;
|
||||||
off_t ReadSendSize; // Read from local source and send on the network.
|
off_t ReadSendSize; // Read from local source and send on the network.
|
||||||
long RecvWriteSize; // Recv from the network and write into local file.
|
long RecvWriteSize; // Recv from the network and write into local file.
|
||||||
|
|
||||||
//Later few more member could be added depending on the requirement.
|
//Later few more member could be added depending on the requirement.
|
||||||
};
|
};
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user