Bug 1366 - Patch to solve 'sqlite3' was previously declared as a struct
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
void SetFragmentation (MacHeaderType::HeaderType packetType);
|
||||
void SetFragmentNumber (MacHeaderType::HeaderType packetType);
|
||||
void SetFragmentOffset (MacHeaderType::HeaderType packetType, uint32_t offset);
|
||||
private:
|
||||
|
||||
struct QueueElement
|
||||
{
|
||||
QueueElement (void);
|
||||
@@ -146,6 +146,8 @@ private:
|
||||
void SetFragmentOffset (uint32_t offset);
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
/*
|
||||
In the case of non-UGS service flows at the SS side the queue will store both data packets
|
||||
and bandwidth request packets. The two are distinguished by their headers. The below two functions
|
||||
|
||||
Reference in New Issue
Block a user