vconn-stream: Make definitions of tcp_vconn_class, etc., easier to find.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Feb 2011 23:10:27 +0000 (15:10 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Feb 2011 23:04:04 +0000 (15:04 -0800)
commit740bc6a4f2d70cb9c4d362895d26948820bdca79
treee49a283a6c7deb6b7ed035f48b0028faa17fb8cd
parentf8186f2c8111c171a26ffded62affb1ac1837e88
vconn-stream: Make definitions of tcp_vconn_class, etc., easier to find.

When object definitions are entirely hidden inside macros with token
pasting tricks, tools like "tags" and even "grep" cannot find them.  This
change makes the definitions of tcp_vconn_class and other stream-based
vconns easier to find, by exposing their definitions to these tools.

Reported-by: Yongqiang Liu <liuyq7809@gmail.com>
AUTHORS
lib/vconn-stream.c