diff options
Diffstat (limited to 'vpp-api/python/pneum/pneum.h')
-rw-r--r-- | vpp-api/python/pneum/pneum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpp-api/python/pneum/pneum.h b/vpp-api/python/pneum/pneum.h index 00585eb72e5..a347bd25f62 100644 --- a/vpp-api/python/pneum/pneum.h +++ b/vpp-api/python/pneum/pneum.h @@ -15,6 +15,7 @@ #ifndef included_pneum_h #define included_pneum_h +#include <stdint.h> #include <vppinfra/types.h> typedef void (*pneum_callback_t)(unsigned char * data, int len); @@ -25,5 +26,6 @@ int pneum_write(char *data, int len); void pneum_free(void * msg); uword * pneum_msg_table_get_hash (void); int pneum_msg_table_size(void); +uint32_t pneum_get_msg_index(unsigned char * name); #endif |