mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[server,proxy] avoid _ in struct names
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#define TAG PROXY_TAG("channel")
|
||||
|
||||
/** @brief a tracker for channel packets */
|
||||
struct _ChannelStateTracker
|
||||
struct sChannelStateTracker
|
||||
{
|
||||
pServerStaticChannelContext* channel;
|
||||
ChannelTrackerMode mode;
|
||||
|
||||
@@ -29,7 +29,7 @@ typedef enum
|
||||
CHANNEL_TRACKER_DROP /*!< drop all the fragments of the current packet */
|
||||
} ChannelTrackerMode;
|
||||
|
||||
typedef struct _ChannelStateTracker ChannelStateTracker;
|
||||
typedef struct sChannelStateTracker ChannelStateTracker;
|
||||
typedef PfChannelResult (*ChannelTrackerPeekFn)(ChannelStateTracker* tracker, BOOL first,
|
||||
BOOL lastPacket);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user