Skip to content

Commit

Permalink
fix missing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
poetinger committed Nov 15, 2023
1 parent 47b5102 commit 03aa97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ddsc/src/dds_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "dds__psmx.h"

static dds_return_t dds_domain_free (dds_entity *vdomain);
static dds_domain_lifecycle LIFECYCLE_STATE = DDS_DOMAIN_LIFECYCLE_INITIALISATION;
static enum dds_domain_lifecycle LIFECYCLE_STATE = DDS_DOMAIN_LIFECYCLE_INITIALISATION;

const struct dds_entity_deriver dds_entity_deriver_domain = {
.interrupt = dds_entity_deriver_dummy_interrupt,
Expand Down

0 comments on commit 03aa97a

Please sign in to comment.