/[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 978 by stargo, Mon Aug 15 11:44:35 2005 UTC
# Line 352  rdpdr_process_irp(STREAM s) Line 352  rdpdr_process_irp(STREAM s)
352                  error_mode,                  error_mode,
353                  share_mode, disposition, total_timeout, interval_timeout, flags_and_attributes = 0;                  share_mode, disposition, total_timeout, interval_timeout, flags_and_attributes = 0;
354    
355          char filename[256];          char filename[PATH_MAX];
356          uint8 *buffer, *pst_buf;          uint8 *buffer, *pst_buf;
357          struct stream out;          struct stream out;
358          DEVICE_FNS *fns;          DEVICE_FNS *fns;
# 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.978

  ViewVC Help
Powered by ViewVC 1.1.26