/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/channels.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/branches/seamlessrdp-branch/rdesktop/channels.c

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

revision 400 by forsberg, Fri Jun 6 10:10:19 2003 UTC revision 419 by forsberg, Wed Jun 11 07:12:18 2003 UTC
# Line 29  get_num_channels(void) Line 29  get_num_channels(void)
29          return num_channels;          return num_channels;
30  }  }
31    
32    /* FIXME: We should use the information in TAG_SRV_SRV_3 to map RDP5
33       channels to MCS channels.
34    
35       The format of TAG_SRV_SRV_3 seems to be
36    
37       global_channel_no (uint16le)
38       number_of_other_channels (uint16le)
39       ..followed by uint16les for the other channels.
40       Might be a few (two) bytes of padding at the end.
41    
42    */
43    
44  void  void
45  register_channel(char *name, uint32 flags, void (*callback) (STREAM, uint16))  register_channel(char *name, uint32 flags, void (*callback) (STREAM, uint16))
46  {  {

Legend:
Removed from v.400  
changed lines
  Added in v.419

  ViewVC Help
Powered by ViewVC 1.1.26