/[rdesktop]/sourceforge.net/rdesktop/trunk/rdpsnd.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/rdesktop/trunk/rdpsnd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1332 by stargo, Mon Nov 6 23:05:39 2006 UTC revision 1337 by ossman_, Wed Dec 6 12:31:58 2006 UTC
# Line 561  rdpsnd_queue_complete_pending(void) Line 561  rdpsnd_queue_complete_pending(void)
561    
562                  elapsed = (packet->completion_tv.tv_sec - packet->arrive_tv.tv_sec) * 1000000 +                  elapsed = (packet->completion_tv.tv_sec - packet->arrive_tv.tv_sec) * 1000000 +
563                          (packet->completion_tv.tv_usec - packet->arrive_tv.tv_usec);                          (packet->completion_tv.tv_usec - packet->arrive_tv.tv_usec);
564                    elapsed /= 1000;
565    
566                  xfree(packet->s.data);                  xfree(packet->s.data);
567                  rdpsnd_send_completion((packet->tick + elapsed) % 65536, packet->index);                  rdpsnd_send_completion((packet->tick + elapsed) % 65536, packet->index);

Legend:
Removed from v.1332  
changed lines
  Added in v.1337

  ViewVC Help
Powered by ViewVC 1.1.26