aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/maweb.h')
-rw-r--r--backends/maweb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/maweb.h b/backends/maweb.h
index b9de68f..14e4755 100644
--- a/backends/maweb.h
+++ b/backends/maweb.h
@@ -72,6 +72,10 @@ typedef struct /*_maweb_channel*/ {
double in;
double out;
+
+ //reverse reference required because the identifiers are not stable
+ //because we sort the backing store...
+ channel* chan;
} maweb_channel_data;
typedef struct /*_maweb_instance_data*/ {