Merge pull request #24962 from qnighy/ruby-extension-implicit-declaration

Fix implicit decalaration in rb_event_thread.c
pull/25106/head
apolcyn 4 years ago committed by GitHub
commit c95ed7a477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ruby/ext/grpc/rb_event_thread.c

@ -29,6 +29,8 @@
#include <grpc/support/time.h> #include <grpc/support/time.h>
#include <ruby/thread.h> #include <ruby/thread.h>
#include "rb_grpc.h"
typedef struct grpc_rb_event { typedef struct grpc_rb_event {
// callback will be called with argument while holding the GVL // callback will be called with argument while holding the GVL
void (*callback)(void*); void (*callback)(void*);

Loading…
Cancel
Save