summaryrefslogtreecommitdiff
path: root/mac/pbproc/test/maximus/inc/get_seg.h
diff options
context:
space:
mode:
authorschodet2007-11-07 16:37:13 +0000
committerschodet2007-11-07 16:37:13 +0000
commitb95dcb3108f7826a3b14f95729a99f87260dbba7 (patch)
treee0ac860532aeabea8a84464d002ba4cc3718bacd /mac/pbproc/test/maximus/inc/get_seg.h
parentbf69aadf87ad733aec44ffb78cecc847f6c0e503 (diff)
* mac/pbproc:
* maximus test: - added python host part. - added get_seg fcall. - added set_config fcall. - added rx_seg_refill fcall. - fixed ca_mfs_init & update in add_seg. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@966 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'mac/pbproc/test/maximus/inc/get_seg.h')
-rw-r--r--mac/pbproc/test/maximus/inc/get_seg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/pbproc/test/maximus/inc/get_seg.h b/mac/pbproc/test/maximus/inc/get_seg.h
index ba6d1acea9..c6dccc8697 100644
--- a/mac/pbproc/test/maximus/inc/get_seg.h
+++ b/mac/pbproc/test/maximus/inc/get_seg.h
@@ -16,6 +16,8 @@
/** Get segments message. */
struct test_pbproc_msg_get_seg_t
{
+ /** Number of expected segments. */
+ uint seg_nb;
};
typedef struct test_pbproc_msg_get_seg_t test_pbproc_msg_get_seg_t;