Skip to content

Commit

Permalink
Declare class for pointer access.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Dec 20, 2024
1 parent ea57991 commit 132758e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catkit_core/MessageBroker.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ struct MessageBrokerHeader
CudaIpcHandle cuda_ipc_handles[MAX_NUM_GPUS];
};

class MessageBroker;

class Message
{
friend class MessageBroker;
Expand Down

0 comments on commit 132758e

Please sign in to comment.