Tor 0.4.9.8
Loading...
Searching...
No Matches
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


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