summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-05-31 15:47:14 +0300
committerAlon Levy <alevy@redhat.com>2011-08-26 16:22:12 +0300
commit36291600df2b8148164f91fb40662508140ad9a0 (patch)
treeebd41da6a42eb1a6781886f37c348f1f8c1401c4
parent559dbe21c4644ac9b7352eaee881decc954f668c (diff)
g/d/r: staticfy discard_asynchronous_messages
-rw-r--r--src/gallium/drivers/remote/remote_comms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/remote/remote_comms.c b/src/gallium/drivers/remote/remote_comms.c
index 7a0f417dab..bc50cf0374 100644
--- a/src/gallium/drivers/remote/remote_comms.c
+++ b/src/gallium/drivers/remote/remote_comms.c
@@ -541,7 +541,7 @@ static void check_async_result(char* message, uint32_t opcode) {
}
-void discard_asynchronous_messages(int block) {
+static void discard_asynchronous_messages(int block) {
uint32_t bufsize = ((uint32_t*)singleton_screen->rx_buffer)[0];
uint32_t* readoff = &(((uint32_t*)singleton_screen->rx_buffer)[1]);