compiler: Add OVS_CONSTRUCTOR to mark functions as init functions
authorHelmut Schaa <helmut.schaa@googlemail.com>
Fri, 13 Dec 2013 13:05:00 +0000 (14:05 +0100)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Dec 2013 17:14:29 +0000 (09:14 -0800)
commit6164839f3ee00436b32af3100c903ee152803117
tree01484ca8c683feb42599b92342a2ef08cba877cc
parent42efb1dc451ebdd7a37ef27a4df7423df74d423c
compiler: Add OVS_CONSTRUCTOR to mark functions as init functions

Functions marked with OVS_CONSTRUCTOR are called unconditionally
before main.

Tested with GCC. Untested with MSVC.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/compiler.h