librsync
2.3.4
|
Types of commands present in the encoding stream. More...
Go to the source code of this file.
Data Structures | |
struct | rs_op_kind_name |
Typedefs | |
typedef struct rs_op_kind_name | rs_op_kind_name_t |
Enumerations | |
enum | rs_op_kind { RS_KIND_END = 1000 , RS_KIND_LITERAL , RS_KIND_SIGNATURE , RS_KIND_COPY , RS_KIND_CHECKSUM , RS_KIND_RESERVED , RS_KIND_INVALID } |
Classes of operation that can be present. More... | |
Functions | |
char const * | rs_op_kind_name (enum rs_op_kind) |
Return a human-readable name for KIND. More... | |
Types of commands present in the encoding stream.
The vague idea is that eventually this file will be more abstract than protocol.h, but it's not clear that will ever be required.
Definition in file command.h.
enum rs_op_kind |
char const * rs_op_kind_name | ( | enum | rs_op_kind | ) |