mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
ndb - fix protection wrt shm
ndb/include/transporter/TransporterRegistry.hpp: fix protection
This commit is contained in:
parent
7e7a2b32e8
commit
ebee4cfad3
1 changed files with 2 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ public:
|
|||
*/
|
||||
class TransporterRegistry {
|
||||
friend class OSE_Receiver;
|
||||
friend class SHM_Transporter;
|
||||
friend class Transporter;
|
||||
friend class TransporterService;
|
||||
public:
|
||||
|
|
@ -312,7 +313,7 @@ private:
|
|||
Uint32 poll_TCP(Uint32 timeOutMillis);
|
||||
Uint32 poll_SCI(Uint32 timeOutMillis);
|
||||
Uint32 poll_SHM(Uint32 timeOutMillis);
|
||||
|
||||
|
||||
int m_shm_own_pid;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue