mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:03:03 +01:00
Misc
This commit is contained in:
parent
18dc9bc7cb
commit
ee7a3f5930
@ -42,13 +42,14 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
const Firebird::string vcx_context_name;
|
||||
const Firebird::MetaName vcx_relation_name;
|
||||
const USHORT vcx_context;
|
||||
static const USHORT generate(const void*, const ViewContext* vc)
|
||||
{
|
||||
return vc->vcx_context;
|
||||
}
|
||||
|
||||
const Firebird::string vcx_context_name;
|
||||
const Firebird::MetaName vcx_relation_name;
|
||||
const USHORT vcx_context;
|
||||
};
|
||||
|
||||
typedef Firebird::SortedArray<ViewContext*, Firebird::EmptyStorage<ViewContext*>,
|
||||
|
@ -5223,6 +5223,7 @@ SSHORT rem_port::asyncReceive(PACKET* asyncPacket, const UCHAR* buffer, SSHORT d
|
||||
// xdr packet fits into network packet.
|
||||
port_async_receive->receive(asyncPacket);
|
||||
}
|
||||
|
||||
SSHORT asyncSize = dataSize - port_async_receive->port_receive.x_handy;
|
||||
|
||||
switch(asyncPacket->p_operation)
|
||||
|
Loading…
Reference in New Issue
Block a user