summaryrefslogtreecommitdiff
path: root/cesar/common/defs
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-03-15 15:01:09 +0100
committerNélio Laranjeiro2011-03-15 16:06:42 +0100
commite892261ee6276a049a28ff9d11e4cd377d118f12 (patch)
treeebd3746a7261087be173c07bda4a857a27bf49e8 /cesar/common/defs
parent2b93b5c46fe4277723c4b26f7eea6e9780a06063 (diff)
cesar/cp/sta/mgr: use SNID bound define value, closes #2404
Add a define for SNID bound value and use it in cp_sta_own_data_init.
Diffstat (limited to 'cesar/common/defs')
-rw-r--r--cesar/common/defs/homeplugAV.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/common/defs/homeplugAV.h b/cesar/common/defs/homeplugAV.h
index 0cf48fce61..ef15f43cb5 100644
--- a/cesar/common/defs/homeplugAV.h
+++ b/cesar/common/defs/homeplugAV.h
@@ -99,4 +99,7 @@ typedef enum hpav_access_t hpav_access_t;
#define HPAV_NID_IS_VALID(nid) \
((nid) >> HPAV_NID_SIZE_BITS == 0)
+/** SNID bound value (bound value is excluded). */
+#define HPAV_SNID_NB 16
+
#endif /* common_defs_homeplugAV_h */