summaryrefslogtreecommitdiff
path: root/plugins/profinet/packet-pn.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/profinet/packet-pn.h')
-rw-r--r--plugins/profinet/packet-pn.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/profinet/packet-pn.h b/plugins/profinet/packet-pn.h
index 688c71bee6..b13f814296 100644
--- a/plugins/profinet/packet-pn.h
+++ b/plugins/profinet/packet-pn.h
@@ -37,6 +37,7 @@
/* ---- Structures for pnio_rtc1 ---- */
extern int proto_pn_dcp;
+extern int proto_pn_io_apdu_status;
extern gboolean pnio_ps_selection; /* given by pnio preferences */
/* Structure for general station information */
@@ -63,6 +64,13 @@ typedef struct tagStationInfo {
wmem_list_t *diff_module;
} stationInfo;
+typedef struct tagApduStatusSwitch
+{
+ gboolean isRedundancyActive;
+ address dl_dst;
+ address dl_src;
+}apduStatusSwitch;
+
/* Structure for IOCS Frames */
typedef struct tagIocsObject {
guint16 slotNr;