2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

datapath: Dont export get_dp().

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@jessegross.com>
This commit is contained in:
Pravin B Shelar
2011-11-16 16:52:24 -08:00
parent be2ba15681
commit df2a06abbe
2 changed files with 1 additions and 3 deletions

View File

@@ -140,7 +140,6 @@ void dp_detach_port(struct vport *);
int dp_upcall(struct datapath *, struct sk_buff *,
const struct dp_upcall_info *);
struct datapath *get_dp(int dp_idx);
const char *dp_name(const struct datapath *dp);
struct sk_buff *ovs_vport_cmd_build_info(struct vport *, u32 pid, u32 seq,
u8 cmd);