White space fix.

This commit is contained in:
Marcelo Roberto Jimenez 2010-09-21 16:46:35 -03:00
parent d2238615e3
commit 2fb55d3874

View File

@ -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.
}; };
/************************************************************************ /************************************************************************