39 #include <grpc/support/time.h>
42 extern VALUE grpc_rb_mGrpcCore;
45 extern VALUE grpc_rb_sNewServerRpc;
48 extern VALUE grpc_rb_sStatus;
51 extern VALUE sym_code;
54 extern VALUE sym_details;
57 extern VALUE sym_metadata;
61 #define GRPC_RB_GC_NOT_MARKED (RUBY_DATA_FUNC)(NULL)
66 #define GRPC_RB_GC_DONT_FREE (RUBY_DATA_FUNC)(NULL)
70 #define GRPC_RB_MEMSIZE_UNAVAILABLE (size_t (*)(const void*))(NULL)
73 VALUE grpc_rb_cannot_alloc(VALUE cls);
76 VALUE grpc_rb_cannot_init(VALUE
self);
79 VALUE grpc_rb_cannot_init_copy(VALUE copy, VALUE
self);
82 gpr_timespec grpc_rb_time_timeval(VALUE time,
int interval);