/[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 602 by stargo, Sat Feb 7 17:32:21 2004 UTC revision 607 by stargo, Sat Feb 14 23:38:11 2004 UTC
# Line 81  convert_to_unix_filename(char *filename) Line 81  convert_to_unix_filename(char *filename)
81  /* Add a new io request to the table containing pending io requests so it won't block rdesktop */  /* Add a new io request to the table containing pending io requests so it won't block rdesktop */
82  BOOL  BOOL
83  add_async_iorequest(uint32 device, uint32 file, uint32 id, uint32 major, uint32 length,  add_async_iorequest(uint32 device, uint32 file, uint32 id, uint32 major, uint32 length,
84                      DEVICE_FNS * fns, long total_timeout, long interval_timeout, uint8 * buffer)                      DEVICE_FNS * fns, uint32 total_timeout, uint32 interval_timeout, uint8 * buffer)
85  {  {
86          struct async_iorequest *iorq;          struct async_iorequest *iorq;
87    
# Line 687  rdpdr_init() Line 687  rdpdr_init()
687  void  void
688  rdpdr_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv, BOOL * timeout)  rdpdr_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv, BOOL * timeout)
689  {  {
690          long select_timeout = 0;        // Timeout value to be used for select() (in millisecons).          uint32 select_timeout = 0;      // Timeout value to be used for select() (in millisecons).
691          struct async_iorequest *iorq;          struct async_iorequest *iorq;
692    
693          iorq = g_iorequest;          iorq = g_iorequest;

Legend:
Removed from v.602  
changed lines
  Added in v.607

  ViewVC Help
Powered by ViewVC 1.1.26