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

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

revision 1074 by ossman_, Thu Mar 9 13:24:35 2006 UTC revision 1075 by ossman_, Thu Mar 9 15:14:53 2006 UTC
# Line 182  vchannel_write(char *format, ...) Line 182  vchannel_write(char *format, ...)
182    
183          return bytes_written;          return bytes_written;
184  }  }
185    
186    void
187    vchannel_block()
188    {
189            WaitForSingleObject(g_mutex, INFINITE);
190    }
191    
192    void
193    vchannel_unblock()
194    {
195            ReleaseMutex(g_mutex);
196    }

Legend:
Removed from v.1074  
changed lines
  Added in v.1075

  ViewVC Help
Powered by ViewVC 1.1.26