summaryrefslogtreecommitdiff
path: root/digital/io/src/test/testgetsamples
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/test/testgetsamples')
0 files changed, 0 insertions, 0 deletions
iff --git a/cesar/cp/sta/mgr/inc/net.h b/cesar/cp/sta/mgr/inc/net.h
index 459b791ee1..410143822e 100644
--- a/cesar/cp/sta/mgr/inc/net.h
+++ b/cesar/cp/sta/mgr/inc/net.h
@@ -89,8 +89,10 @@ struct cp_net_t
*/
cp_net_network_mode_t network_mode;
- /** Slab Cache. */
- slab_cache_t sta_slab_cache;
+ /**
+ * Slab cache.
+ */
+ slab_cache_t *sta_slab_cache;
};
diff --git a/cesar/cp/sta/mgr/inc/net_list.h b/cesar/cp/sta/mgr/inc/net_list.h
index 307e2d3c27..5322fd0be3 100644
--- a/cesar/cp/sta/mgr/inc/net_list.h
+++ b/cesar/cp/sta/mgr/inc/net_list.h
@@ -9,7 +9,7 @@
* }}} */
/**
* \file cp/sta/mgr/inc/net_list_h
- * \brief Private interface of the net list.
+ * \brief Private interface of the net list.
* \ingroup cp_sta_mgr
*
* « long description »
@@ -30,6 +30,9 @@ struct cp_net_list_t
* The possibles AVLN, index 0 corresponds to our AVLN.
*/
cp_net_t networks [8];
+
+ /** Slab Cache. */
+ slab_cache_t sta_slab_cache;
};