1
#pragma once
2

            
3
#include <cstdint>
4

            
5
#include "source/common/common/logger.h"
6

            
7
namespace Envoy {
8
class OptionsImplPlatform : protected Logger::Loggable<Logger::Id::config> {
9
public:
10
  static uint32_t getCpuCount();
11
};
12
} // namespace Envoy