Added
Link Here
|
1 |
--- src/ruby/ext/grpc/rb_event_thread.c.orig 2023-05-20 19:51:52 UTC |
2 |
+++ src/ruby/ext/grpc/rb_event_thread.c |
3 |
@@ -114,7 +114,7 @@ static void grpc_rb_event_unblocking_func(void* arg) { |
4 |
|
5 |
/* This is the implementation of the thread that handles auth metadata plugin |
6 |
* events */ |
7 |
-static VALUE grpc_rb_event_thread(VALUE arg) { |
8 |
+static VALUE grpc_rb_event_thread(void *arg) { |
9 |
grpc_rb_event* event; |
10 |
(void)arg; |
11 |
grpc_ruby_init(); |