Tor 0.4.9.0-alpha-dev
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_write_reply_line().

◆ flags

int flags

kvline encoding flags

Definition at line 45 of file control_proto.h.

Referenced by control_write_reply_line().

◆ kvline

config_line_t* kvline

kvline

Definition at line 46 of file control_proto.h.

Referenced by control_write_reply_line().


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