Run clang-format on all files.
This commit is contained in:
10
lcpng.h
10
lcpng.h
@ -21,8 +21,8 @@
|
||||
|
||||
typedef struct lcp_main_s
|
||||
{
|
||||
u16 msg_id_base; /* API message ID base */
|
||||
u8 *default_namespace; /* default namespace if set */
|
||||
u16 msg_id_base; /* API message ID base */
|
||||
u8 *default_namespace; /* default namespace if set */
|
||||
int default_ns_fd;
|
||||
u8 lcp_auto_subint; /* Automatically create/delete LCP sub-interfaces */
|
||||
u8 lcp_sync; /* Automatically sync VPP changes to LCP */
|
||||
@ -35,9 +35,9 @@ extern lcp_main_t lcp_main;
|
||||
/**
|
||||
* Get/Set the default namespace for LCP host taps.
|
||||
*/
|
||||
int lcp_set_default_ns(u8 *ns);
|
||||
u8 *lcp_get_default_ns(void); /* Returns NULL or shared string */
|
||||
int lcp_get_default_ns_fd(void);
|
||||
int lcp_set_default_ns (u8 *ns);
|
||||
u8 *lcp_get_default_ns (void); /* Returns NULL or shared string */
|
||||
int lcp_get_default_ns_fd (void);
|
||||
|
||||
/*
|
||||
* Sync state from VPP into all LCP devices
|
||||
|
Reference in New Issue
Block a user