Commit ebee4cfa authored by unknown's avatar unknown
Browse files

ndb - fix protection wrt shm


ndb/include/transporter/TransporterRegistry.hpp:
  fix protection
parent 7e7a2b32
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ public:
 */
class TransporterRegistry {
  friend class OSE_Receiver;
  friend class SHM_Transporter;
  friend class Transporter;
  friend class TransporterService;
public: