2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +00:00

Initial implementation of OVSDB.

This commit is contained in:
Ben Pfaff
2009-11-04 15:11:44 -08:00
parent f212909325
commit f85f8ebbfa
56 changed files with 11239 additions and 0 deletions

View File

@@ -26,5 +26,6 @@
#define ALWAYS_INLINE __attribute__((always_inline))
#define likely(x) __builtin_expect((x),1)
#define unlikely(x) __builtin_expect((x),0)
#define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
#endif /* compiler.h */