diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/RMCast/Acknowledge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/Acknowledge.h b/protocols/ace/RMCast/Acknowledge.h index 85c0cc9b0b6..ce99305d334 100644 --- a/protocols/ace/RMCast/Acknowledge.h +++ b/protocols/ace/RMCast/Acknowledge.h @@ -194,6 +194,8 @@ namespace ACE_RMCast u64 sn_, max_sn_; }; + friend struct Acknowledge::Queue; + typedef ACE_Hash_Map_Manager_Ex<Address, Queue, |