Since the entity queues are per repo there is no need to store the repo id
authorclaudio <claudio@openbsd.org>
Thu, 18 Mar 2021 14:03:42 +0000 (14:03 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 18 Mar 2021 14:03:42 +0000 (14:03 +0000)
anymore.
OK job@ tb@

usr.sbin/rpki-client/extern.h

index 002c62c..e6d6305 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: extern.h,v 1.53 2021/03/05 17:15:19 claudio Exp $ */
+/*     $OpenBSD: extern.h,v 1.54 2021/03/18 14:03:42 claudio Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -271,7 +271,6 @@ enum rtype {
 struct entity {
        enum rtype       type; /* type of entity (not RTYPE_EOF) */
        char            *file; /* local path to file */
-       ssize_t          repo; /* repo index or <0 if w/o repo */
        int              has_pkey; /* whether pkey/sz is specified */
        unsigned char   *pkey; /* public key (optional) */
        size_t           pkeysz; /* public key length (optional) */