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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user