Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svenssonaxel committed Dec 3, 2024
1 parent cabec42 commit 04a53eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions storage/ndb/include/kernel/signaldata/SetDomainId.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class SetDomainIdReq
friend class DbtcProxy;
friend class Dbspj;
friend class DbspjProxy;
friend class ClusterMgr;

/**
* Reciver(s)
Expand Down Expand Up @@ -64,6 +65,7 @@ class SetDomainIdConf
friend class DbtcProxy;
friend class Dbspj;
friend class DbspjProxy;
friend class ClusterMgr;

/**
* Sender(s)
Expand Down Expand Up @@ -92,6 +94,7 @@ class SetDomainIdRef
friend class DbtcProxy;
friend class Dbspj;
friend class DbspjProxy;
friend class ClusterMgr;

/**
* Sender(s)
Expand Down

0 comments on commit 04a53eb

Please sign in to comment.