diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 11:47:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 11:47:02 +0200 |
commit | 342f9fa6167359ff6bf030887f96ca4c0a642086 (patch) | |
tree | d7ba4293e2a202e1950041571402733001fa463c /src/fig/FIG.h | |
parent | 02d96cb7b6a73595e5c517a3e352f578aa5497a0 (diff) | |
download | dabmux-342f9fa6167359ff6bf030887f96ca4c0a642086.tar.gz dabmux-342f9fa6167359ff6bf030887f96ca4c0a642086.tar.bz2 dabmux-342f9fa6167359ff6bf030887f96ca4c0a642086.zip |
Add FIG1/0
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r-- | src/fig/FIG.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h index 207b299..d2498d0 100644 --- a/src/fig/FIG.h +++ b/src/fig/FIG.h @@ -32,6 +32,8 @@ namespace FIC { +#define PACKED __attribute__ ((packed)) + class FIGRuntimeInformation { public: FIGRuntimeInformation(boost::shared_ptr<dabEnsemble> e) : |