2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

lib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATOR

Required to expose headers which depend on SOURCE_LOCATOR

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Thomas Graf
2014-12-15 14:10:38 +01:00
parent cab5044987
commit 8f3676cfce
9 changed files with 31 additions and 31 deletions

View File

@@ -28,7 +28,7 @@ struct timer {
long long int timer_msecs_until_expired(const struct timer *);
void timer_wait_at(const struct timer *, const char *where);
#define timer_wait(timer) timer_wait_at(timer, SOURCE_LOCATOR)
#define timer_wait(timer) timer_wait_at(timer, OVS_SOURCE_LOCATOR)
/* Causes 'timer' to expire when 'duration' milliseconds have passed.
*