Introduced the generic API nxt_buf_dummy_completion().

No functional changes.
This commit is contained in:
Zhidao HONG
2021-08-12 17:39:00 +08:00
parent 598f1493f6
commit 48a9399f23
2 changed files with 9 additions and 11 deletions

View File

@@ -288,4 +288,10 @@ nxt_buf_cpystr(nxt_buf_t *b, const nxt_str_t *str)
}
nxt_inline void
nxt_buf_dummy_completion(nxt_task_t *task, void *obj, void *data)
{
}
#endif /* _NXT_BUF_H_INCLIDED_ */