Skip to content

Commit 0d4a5be

Browse files
committed
removed incorrect inheritance
1 parent 5e92cd4 commit 0d4a5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/thallium/bulk.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class bulk_segment;
2626
* segments exposed by a process for RDMA operations. A bulk
2727
* object can be serialized to be sent over RPC to another process.
2828
*/
29-
class bulk : public margo_instance_ref {
29+
class bulk {
3030

3131
friend class engine;
3232
friend class remote_bulk;

0 commit comments

Comments
 (0)