//// Copyright (c) 2025-present, Trail of Bits, Inc.
// All rights reserved.
//// This source code is licensed in accordance with the terms specified in
// the LICENSE file found in the root directory of this source tree.
///// System information entity.
pubstructSystemInformation{/// Hostname.
pubhostname:Option<String>,
/// Domain.
pubdomain:Option<String>,
}