Skip to content

Commit

Permalink
removed incorrect inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Aug 29, 2024
1 parent 5e92cd4 commit 0d4a5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/thallium/bulk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class bulk_segment;
* segments exposed by a process for RDMA operations. A bulk
* object can be serialized to be sent over RPC to another process.
*/
class bulk : public margo_instance_ref {
class bulk {

friend class engine;
friend class remote_bulk;
Expand Down

0 comments on commit 0d4a5be

Please sign in to comment.