largefile patch added

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@80 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Oxy
2006-08-17 05:18:28 +00:00
parent 1716c7a10d
commit a4072c19b1
2 changed files with 3 additions and 2 deletions

View File

@@ -48,8 +48,8 @@ struct SendInstruction
int IsRangeActive;
int IsTrailers;
char RangeHeader[200];
long RangeOffset;
long ReadSendSize; // Read from local source and send on the network.
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.