You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2021/10/20 18:52:21 UTC

[couchdb-ioq] branch ioq-per-shard-or-user updated: Add id_ref to #ioq_file{}

This is an automated email from the ASF dual-hosted git repository.

chewbranca pushed a commit to branch ioq-per-shard-or-user
in repository https://gitbox.apache.org/repos/asf/couchdb-ioq.git


The following commit(s) were added to refs/heads/ioq-per-shard-or-user by this push:
     new 0612200  Add id_ref to #ioq_file{}
0612200 is described below

commit 06122008c2a6a22118a797b68c8396b2652e89a5
Author: Russell Branca <ch...@apache.org>
AuthorDate: Wed Oct 20 11:52:09 2021 -0700

    Add id_ref to #ioq_file{}
---
 include/ioq.hrl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/ioq.hrl b/include/ioq.hrl
index c56fa38..a6e7214 100644
--- a/include/ioq.hrl
+++ b/include/ioq.hrl
@@ -65,7 +65,8 @@
     fd,
     ioq,
     tab,
-    parallel=false
+    parallel=false,
+    id_ref
 }).