File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
#undef MONGOC_LOG_DOMAIN
34
34
#define MONGOC_LOG_DOMAIN "async"
35
35
36
- typedef mongoc_async_cmd_result_t (* _monogc_async_cmd_phase_t )(
36
+ typedef mongoc_async_cmd_result_t (* _mongoc_async_cmd_phase_t )(
37
37
mongoc_async_cmd_t * cmd );
38
38
39
39
mongoc_async_cmd_result_t
@@ -45,7 +45,7 @@ _mongoc_async_cmd_phase_recv_len (mongoc_async_cmd_t *cmd);
45
45
mongoc_async_cmd_result_t
46
46
_mongoc_async_cmd_phase_recv_rpc (mongoc_async_cmd_t * cmd );
47
47
48
- static const _monogc_async_cmd_phase_t gMongocCMDPhases [] = {
48
+ static const _mongoc_async_cmd_phase_t gMongocCMDPhases [] = {
49
49
_mongoc_async_cmd_phase_setup ,
50
50
_mongoc_async_cmd_phase_send ,
51
51
_mongoc_async_cmd_phase_recv_len ,
@@ -96,7 +96,7 @@ mongoc_async_cmd_run (mongoc_async_cmd_t *acmd)
96
96
{
97
97
mongoc_async_cmd_result_t result ;
98
98
int64_t rtt ;
99
- _monogc_async_cmd_phase_t phase_callback ;
99
+ _mongoc_async_cmd_phase_t phase_callback ;
100
100
101
101
phase_callback = gMongocCMDPhases [acmd -> state ];
102
102
if (phase_callback ) {
You can’t perform that action at this time.
0 commit comments