From 48a9399f23b9aaa2c9e5deb8013c58313e76740e Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Thu, 12 Aug 2021 17:39:00 +0800 Subject: Introduced the generic API nxt_buf_dummy_completion(). No functional changes. --- src/nxt_buf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/nxt_buf.h') diff --git a/src/nxt_buf.h b/src/nxt_buf.h index 25e8499a..5121d659 100644 --- a/src/nxt_buf.h +++ b/src/nxt_buf.h @@ -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_ */ -- cgit