Make dpif_close() accept a null pointer.
[sliver-openvswitch.git] / datapath / nx_msg.h
1 #ifndef NX_MSG_H
2 #define NX_MSG_H 1
3
4 int nx_recv_msg(struct sw_chain *chain, const struct sender *sender,
5                 const void *msg);
6
7 #endif /* nx_msg.h */