summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-07-11 10:24:13 +0200
committerNélio Laranjeiro2012-09-11 07:27:36 +0200
commit103739729c99abd548424e4ceed7d3fd8609ab0f (patch)
treea10fbe14dc670a2077c3ddc976fb12ffd6a91b04 /cesar/bsu/inc
parent030c2be70633731d391b63cef0401981e76b97d6 (diff)
cesar: make test code compile with CONFIG_STATS = n, closes #3234
* VS_GET_STAT_REQ returns an MME with the result, failure or empty. * host unit tests of the SAR uses the override CE context to compute stats.
Diffstat (limited to 'cesar/bsu/inc')
-rw-r--r--cesar/bsu/inc/context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 54c165d9c6..58c2f87316 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -34,7 +34,6 @@ struct bsu_avln_schedules_process_t
};
typedef struct bsu_avln_schedules_process_t bsu_avln_schedules_process_t;
-#if CONFIG_STATS
/** Statistics. */
struct bsu_stats_t
{
@@ -48,7 +47,6 @@ struct bsu_stats_t
mac_t neighbor_beacon_last_mac;
};
typedef struct bsu_stats_t bsu_stats_t;
-#endif
/** BSU AVLN data. */
struct bsu_avln_t
@@ -132,10 +130,8 @@ struct bsu_t
/** Trace system. */
trace_buffer_t trace;
#endif /* !CONFIG_TRACE */
-#if CONFIG_STATS
/** Statistics. */
bsu_stats_t stats;
-#endif
};
#endif /* bsu_inc_context_h */