summaryrefslogtreecommitdiff
path: root/mac/pbproc/test/maximus/inc/get_seg.h
blob: c6dccc86977d11e51f1688f7366190d270a84f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef inc_get_seg_h
#define inc_get_seg_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    inc/get_seg.h
 * \brief   Get segments fcall.
 * \ingroup test
 */

/** 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;

BEGIN_DECLS

void
test_pbproc_get_seg_init (test_pbproc_t *ctx);

END_DECLS

#endif /* inc_get_seg_h */