34 #ifndef _ADAPTER__TAG_H_
35 #define _ADAPTER__TAG_H_
38 #include <grpc/grpc.h>
40 #include "grpc/_adapter/_call.h"
41 #include "grpc/_adapter/_completion_queue.h"
47 PYGRPC_SERVER_RPC_NEW = 0,
48 PYGRPC_INITIAL_METADATA = 1,
50 PYGRPC_WRITE_ACCEPTED = 3,
51 PYGRPC_FINISH_ACCEPTED = 4,
52 PYGRPC_CLIENT_METADATA_READ = 5,
53 PYGRPC_FINISHED_CLIENT = 6,
54 PYGRPC_FINISHED_SERVER = 7
64 pygrpc_tag *pygrpc_tag_new(pygrpc_tag_type type, PyObject *user_tag,
66 pygrpc_tag *pygrpc_tag_new_server_rpc_call(PyObject *user_tag);