Skip to content

Commit

Permalink
libtap: align API to name convention
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 16, 2010
1 parent 6ab36f5 commit 34fe1ed
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 217 deletions.
2 changes: 1 addition & 1 deletion cfg.h
Expand Up @@ -14,7 +14,7 @@ struct knet_cfg_ip {
};

struct knet_cfg_eth {
struct knet_eth *knet_eth;
struct knet_tap *knet_tap;
char name[IFNAMSIZ];
uint8_t node_id;
int mtu;
Expand Down

0 comments on commit 34fe1ed

Please sign in to comment.