Defines | Functions | Variables

sac.cc File Reference

Standalone Collator. More...

#include "ink_config.h"
#include "ink_file.h"
#include "I_Layout.h"
#include "I_Version.h"
#include "P_Net.h"
#include "LogStandalone.cc"
#include "LogAccess.h"
#include "LogField.h"
#include "LogFilter.h"
#include "LogFormat.h"
#include "LogFile.h"
#include "LogHost.h"
#include "LogObject.h"
#include "LogConfig.h"
#include "LogBuffer.h"
#include "LogUtils.h"
#include "LogSock.h"
#include "Log.h"
#include "DiagsConfig.h"
#include "I_Machine.h"
Include dependency graph for sac.cc:

Go to the source code of this file.

Defines

#define PROGRAM_NAME   "traffic_sac"
#define DIAGS_LOG_FILENAME   "collector.log"

Functions

int main (int, char *argv[])

Variables

static int version_flag = 0
ArgumentDescription argument_descriptions []

Detailed Description

Standalone Collator.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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

http://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.

Definition in file sac.cc.


Define Documentation

#define DIAGS_LOG_FILENAME   "collector.log"

Definition at line 49 of file sac.cc.

Referenced by main().

#define PROGRAM_NAME   "traffic_sac"

Definition at line 30 of file sac.cc.

Referenced by main().


Function Documentation

int main ( int  ,
char *  argv[] 
)

Variable Documentation

Initial value:
 {

  {"version", 'V', "Print Version Id", "T", &version_flag, NULL, NULL},






  {"help", 'h', "HELP!", NULL, NULL, NULL, usage},
}

Definition at line 58 of file sac.cc.

int version_flag = 0 [static]

Definition at line 53 of file sac.cc.

Referenced by main().