/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpdr.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/trunk/rdesktop/rdpdr.c

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

revision 865 by stargo, Tue Mar 15 11:25:50 2005 UTC revision 948 by astrand, Tue Aug 2 09:45:11 2005 UTC
# Line 929  rdpdr_remove_iorequest(struct async_iore Line 929  rdpdr_remove_iorequest(struct async_iore
929  }  }
930    
931  /* Check if select() returned with one of the rdpdr file descriptors, and complete io if it did */  /* Check if select() returned with one of the rdpdr file descriptors, and complete io if it did */
932  void  static void
933  _rdpdr_check_fds(fd_set * rfds, fd_set * wfds, BOOL timed_out)  _rdpdr_check_fds(fd_set * rfds, fd_set * wfds, BOOL timed_out)
934  {  {
935          NTSTATUS status;          NTSTATUS status;
# Line 959  _rdpdr_check_fds(fd_set * rfds, fd_set * Line 959  _rdpdr_check_fds(fd_set * rfds, fd_set *
959                                  {                                  {
960    
961                                          /* iv_timeout between 2 chars, send partial_len */                                          /* iv_timeout between 2 chars, send partial_len */
962                                          /*printf("RDPDR: IVT total %u bytes read of %u\n", iorq->partial_len, iorq->length);*/                                          /*printf("RDPDR: IVT total %u bytes read of %u\n", iorq->partial_len, iorq->length); */
963                                          rdpdr_send_completion(iorq->device,                                          rdpdr_send_completion(iorq->device,
964                                                                iorq->id, STATUS_SUCCESS,                                                                iorq->id, STATUS_SUCCESS,
965                                                                iorq->partial_len,                                                                iorq->partial_len,

Legend:
Removed from v.865  
changed lines
  Added in v.948

  ViewVC Help
Powered by ViewVC 1.1.26