[Spice-devel] [RFC v4 25/62] server/red_worker: make stat_now static
Alon Levy
alevy at redhat.com
Tue Apr 26 03:54:50 PDT 2011
---
server/red_worker.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/red_worker.c b/server/red_worker.c
index 275bfca..d0b3a60 100644
--- a/server/red_worker.c
+++ b/server/red_worker.c
@@ -117,7 +117,7 @@ static clockid_t clock_id;
typedef unsigned long stat_time_t;
-inline stat_time_t stat_now()
+static inline stat_time_t stat_now()
{
struct timespec ts;
clock_gettime(clock_id, &ts);
--
1.7.4.4
More information about the Spice-devel
mailing list