FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
server/rail_main.h
1
20
#ifndef FREERDP_CHANNEL_RAIL_SERVER_MAIN_H
21
#define FREERDP_CHANNEL_RAIL_SERVER_MAIN_H
22
23
#include <freerdp/rail.h>
24
#include <freerdp/server/rail.h>
25
26
#include <winpr/crt.h>
27
#include <winpr/wlog.h>
28
#include <winpr/stream.h>
29
30
#include "../rail_common.h"
31
32
struct
s_rail_server_private
33
{
34
HANDLE thread;
35
HANDLE stopEvent;
36
HANDLE channelEvent;
37
void
* rail_channel;
38
39
wStream
* input_stream;
40
41
DWORD channelFlags;
42
};
32
struct
s_rail_server_private
{
…
};
43
44
#endif
/* FREERDP_CHANNEL_RAIL_SERVER_MAIN_H */
s_rail_server_private
Definition
server/rail_main.h:33
wStream
Definition
include/winpr/stream.h:42
channels
rail
server
rail_main.h
Generated by
1.9.8