Tor 0.4.9.3-alpha-dev
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
control_reply_line_t Struct Reference

A reply line for the control protocol. More...

#include <control_proto.h>

Data Fields

int code
 
int flags
 
config_line_tkvline
 

Detailed Description

A reply line for the control protocol.

This wraps config_line_t with some additional information that's useful when generating control reply lines.

Definition at line 43 of file control_proto.h.

Field Documentation

◆ code

int code

numeric code

Definition at line 44 of file control_proto.h.

Referenced by control_reply_add_one_kv(), and control_write_reply_line().

◆ flags

int flags

kvline encoding flags

Definition at line 45 of file control_proto.h.

Referenced by control_reply_add_one_kv(), and control_write_reply_line().

◆ kvline

config_line_t* kvline

The documentation for this struct was generated from the following file: