aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/ha_sync/ha_sync_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/plugins/ha_sync/ha_sync_plugin.h')
-rw-r--r--src/charon/plugins/ha_sync/ha_sync_plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/charon/plugins/ha_sync/ha_sync_plugin.h b/src/charon/plugins/ha_sync/ha_sync_plugin.h
index 5ecd8ca4f..1337c0c8d 100644
--- a/src/charon/plugins/ha_sync/ha_sync_plugin.h
+++ b/src/charon/plugins/ha_sync/ha_sync_plugin.h
@@ -26,6 +26,11 @@
#include <plugins/plugin.h>
+/**
+ * UDP port we use for communication
+ */
+#define HA_SYNC_PORT 4510
+
typedef struct ha_sync_plugin_t ha_sync_plugin_t;
/**