Add an unsigned int/string pair type, modelled on the value string of

wireshark
This commit is contained in:
Nils O. Selåsdal
2014-02-04 01:37:27 +01:00
parent f1b1ceadca
commit c2af5db86e
4 changed files with 159 additions and 1 deletions
+3 -1
View File
@@ -29,6 +29,7 @@ extern Suite *ratelimit_suite(void);
extern Suite *htable_suite(void);
extern Suite *heapsort_suite(void);
extern Suite *dstr_suite(void);
extern Suite *val_str_suite(void);
static suite_func suites[] = {
bitvec_suite,
@@ -52,7 +53,8 @@ static suite_func suites[] = {
clock_suite,
threadqueue_suite,
heapsort_suite,
dstr_suite
dstr_suite,
val_str_suite
};
int