This commit is contained in:
parent
1e8dfccc1a
commit
b093c437ef
|
@ -69,6 +69,13 @@ void runBinaryProtocolLoop(ts_channel_s *tsChannel, bool isConsoleRedirect);
|
|||
#endif
|
||||
|
||||
typedef pre_packed struct
|
||||
post_packed {
|
||||
short int offset;
|
||||
short int count;
|
||||
} TunerStudioOchRequest;
|
||||
|
||||
|
||||
typedef pre_packed struct
|
||||
post_packed {
|
||||
short int page;
|
||||
short int offset;
|
||||
|
|
Loading…
Reference in New Issue