31 {
"COPY", RS_KIND_COPY},
32 {
"LITERAL", RS_KIND_LITERAL},
33 {
"SIGNATURE", RS_KIND_SIGNATURE},
34 {
"CHECKSUM", RS_KIND_CHECKSUM},
35 {
"INVALID", RS_KIND_INVALID},
44 for (k = rs_op_kind_names; k->kind; k++) {
45 if (k->kind == kind) {
Types of commands present in the encoding stream.
rs_op_kind
Classes of operation that can be present.
Public header for librsync.