diff options
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index 1f3f548..4efc720 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -549,6 +549,8 @@ struct FrequencyListEntry { struct FrequencyInformation { std::string uid; + bool other_ensemble = false; + // The latest draft spec does not specify the RegionId anymore, it's // now a reserved field. std::vector<FrequencyListEntry> frequency_information; |