summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'message.h')
-rw-r--r--message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/message.h b/message.h
index afc14fb..1c2df57 100644
--- a/message.h
+++ b/message.h
@@ -241,8 +241,8 @@ struct park_info {
struct param_data {
unsigned char data[512]; /* audio/hdlc data */
int len; /* audio/hdlc data */
- unsigned long port_id; /* to identify the source of this data */
- int port_type; /* type of the source's port */
+// unsigned long port_id; /* to identify the source of this data */
+// int port_type; /* type of the source's port */
};
struct param_play {