match ev_cherry_manager.c (#272)

* match ev_cherry_manager.c

* remove extra include

* update cherry manager definitions
This commit is contained in:
Rainchus
2024-03-03 09:49:31 -06:00
committed by GitHub
parent 1fe19d9ad9
commit b16da413bf
4 changed files with 46 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ extern "C" {
extern ACTOR_PROFILE Ev_Cherry_Manager_Profile;
typedef struct cherry_manager_s {
ACTOR actor_class;
} CHERRY_MANAGER_EVENT_ACTOR;
#ifdef __cplusplus
}
#endif