transformation_type
const char *entry_name, int transformation_type)
result = safe_write(connection, &transformation_type, sizeof(int));
int transformation_type;
&transform_request->transformation_type, sizeof(int));
if ((transform_request->transformation_type != TT_USER) &&
(transform_request->transformation_type != TT_ALL)) {
switch (transform_request->transformation_type) {