chromium/third_party/ipcz/src/ipcz/features.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IPCZ_SRC_IPCZ_FEATURES_H_
#define IPCZ_SRC_IPCZ_FEATURES_H_

#include <array>
#include <cstddef>
#include <cstdint>
#include <utility>

#include "ipcz/ipcz.h"
#include "third_party/abseil-cpp/absl/types/span.h"

namespace ipcz {

class Message;

// Flags for any available ipcz features that might be enabled on a node.
struct Features {};

}  // namespace ipcz

#endif  // IPCZ_SRC_IPCZ_FEATURES_H_