mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
* Spool writer and santactl command to print proto file * Make valid JSON for multiple paths. Can now create proto/spool logger. Updated logger tests. * Make fsspool writer and fsspool log batch writer injectable * Add spool writer tests * Updated help text for santactl printlog * Include file cleanup * Fix dispatch source destruction * Change config keys for the new Spool writer * Spool settings now configurable * Fix param order * Remove some test sleeps related to control flow
21 lines
751 B
C
21 lines
751 B
C
/// Copyright 2022 Google LLC
|
|
///
|
|
/// Licensed under the Apache License, Version 2.0 (the "License");
|
|
/// you may not use this file except in compliance with the License.
|
|
/// You may obtain a copy of the License at
|
|
///
|
|
/// https://www.apache.org/licenses/LICENSE-2.0
|
|
///
|
|
/// Unless required by applicable law or agreed to in writing, software
|
|
/// distributed under the License is distributed on an "AS IS" BASIS,
|
|
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
/// See the License for the specific language governing permissions and
|
|
/// limitations under the License.
|
|
|
|
#ifndef SANTA__COMMON_SANTA_PROTO_INCLUDE_WRAPPER_H
|
|
#define SANTA__COMMON_SANTA_PROTO_INCLUDE_WRAPPER_H
|
|
|
|
#include "Source/common/santa.pb.h"
|
|
|
|
#endif
|