minix3/commands/service/config.h

8 lines
187 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
struct rs_config {
struct rs_start rs_start; /* RS parameters */
const char *descr; /* human-readable description, if specified */
char *type; /* service type, if specified */
};