White space fix.
This commit is contained in:
parent
d2238615e3
commit
2fb55d3874
@ -43,17 +43,17 @@ extern "C" {
|
||||
|
||||
struct SendInstruction
|
||||
{
|
||||
int IsVirtualFile;
|
||||
int IsChunkActive;
|
||||
int IsRangeActive;
|
||||
int IsTrailers;
|
||||
char RangeHeader[200];
|
||||
char AcceptLanguageHeader[200];
|
||||
off_t RangeOffset;
|
||||
off_t ReadSendSize; // Read from local source and send on the network.
|
||||
long RecvWriteSize; // Recv from the network and write into local file.
|
||||
int IsVirtualFile;
|
||||
int IsChunkActive;
|
||||
int IsRangeActive;
|
||||
int IsTrailers;
|
||||
char RangeHeader[200];
|
||||
char AcceptLanguageHeader[200];
|
||||
off_t RangeOffset;
|
||||
off_t ReadSendSize; // Read from local source and send on the network.
|
||||
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