~ubuntu-branches/debian/jessie/lftp/jessie

« back to all changes in this revision

Viewing changes to src/Torrent.h

  • Committer: Package Import Robot
  • Author(s): Noël Köthe
  • Date: 2014-07-07 12:39:14 UTC
  • mfrom: (1.1.44)
  • Revision ID: package-import@ubuntu.com-20140707123914-2mm0b98hw92ffkct
Tags: 4.5.3-1
new upstream release from 2014-07-06

Show diffs side-by-side

added added

removed removed

Lines of Context:
785
785
   const sockaddr_u addr;
786
786
   SMTaskRef<IOBuffer> recv_buf;
787
787
   Timer timeout_timer;
 
788
   xstring_c peer_name;
788
789
public:
789
790
   TorrentDispatcher(int s,const sockaddr_u *a);
790
791
   ~TorrentDispatcher();
791
792
   int Do();
792
 
   const char *GetLogContext() { return "torrent"; }
 
793
   const char *GetLogContext() { return peer_name; }
793
794
};
794
795
 
795
796
#include "Job.h"