X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fresolve%2Fresolved-dns-search-domain.h;h=8442fbd7da8cb65de5484000f600f7c655ed7f33;hb=53e1b683907c2f12330f00feb9630150196f064d;hp=2e0af31dda7fa8750ad5fc203d788bab83a113f2;hpb=c9ff64f7256d86e521cccef9c9a077b278b7a946;p=thirdparty%2Fsystemd.git diff --git a/src/resolve/resolved-dns-search-domain.h b/src/resolve/resolved-dns-search-domain.h index 2e0af31dda7..8442fbd7da8 100644 --- a/src/resolve/resolved-dns-search-domain.h +++ b/src/resolve/resolved-dns-search-domain.h @@ -1,5 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - +/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once /*** @@ -44,6 +43,7 @@ struct DnsSearchDomain { char *name; bool marked:1; + bool route_only:1; bool linked:1; LIST_FIELDS(DnsSearchDomain, domains);