diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-07 23:54:36 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-07 23:54:36 -0700 |
commit | d22b8b5ed0868adf21a6b96a8f119dda5b96c25a (patch) | |
tree | a1c78eacf60c5153c63bdecb85c3e9c6f9788969 /sesman/chansrv/chansrv.h | |
parent | 1a6483f0abe666ef68c040f7c03fd3cf2c2d138f (diff) | |
download | xrdp-proprietary-d22b8b5ed0868adf21a6b96a8f119dda5b96c25a.tar.gz xrdp-proprietary-d22b8b5ed0868adf21a6b96a8f119dda5b96c25a.zip |
chansrv: added timeout callback
Diffstat (limited to 'sesman/chansrv/chansrv.h')
-rw-r--r-- | sesman/chansrv/chansrv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sesman/chansrv/chansrv.h b/sesman/chansrv/chansrv.h index 12162dd1..06ecdc07 100644 --- a/sesman/chansrv/chansrv.h +++ b/sesman/chansrv/chansrv.h @@ -1,8 +1,8 @@ /** * xrdp: A Remote Desktop Protocol server. * - * Copyright (C) Jay Sorg 2009-2012 - * Copyright (C) Laxmikant Rashinkar 2009-2012 + * Copyright (C) Jay Sorg 2009-2013 + * Copyright (C) Laxmikant Rashinkar 2009-2013 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,6 +59,7 @@ g_is_term(void); int APP_CC send_channel_data(int chan_id, char *data, int size); int APP_CC main_cleanup(void); +int APP_CC add_timeout(int msoffset, void (*callback)(void* data), void* data); int APP_CC find_empty_slot_in_dvc_channels(); struct xrdp_api_data * APP_CC struct_from_dvc_chan_id(tui32 dvc_chan_id); int remove_struct_with_chan_id(tui32 dvc_chan_id); |