aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-12-25 16:02:06 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-25 16:02:06 +0200
commit7f204cc788de3e03a51087b1273deb5b59288cf2 (patch)
treeae0c96af85c24bd7d9e84ba954435db42b25f8f1 /src/pies.c
parentfcace3930fc35a1b7beea75dba0cd48a5b229b21 (diff)
downloadpies-7f204cc788de3e03a51087b1273deb5b59288cf2.tar.gz
pies-7f204cc788de3e03a51087b1273deb5b59288cf2.tar.bz2
ctl: use numeric type for PIDS and wakeup time values.
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/pies.c b/src/pies.c
index 5c3d7e6..7ff226a 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -29,15 +29,16 @@ struct pies_privs pies_privs;
int foreground;
int init_process;
-enum pies_command {
- COM_START,
- COM_RESTART,
- COM_RELOAD,
- COM_STATUS,
- COM_STOP,
- COM_DUMP_PREREQ,
- COM_DUMP_DEPMAP
-};
+enum pies_command
+ {
+ COM_START,
+ COM_RESTART,
+ COM_RELOAD,
+ COM_STATUS,
+ COM_STOP,
+ COM_DUMP_PREREQ,
+ COM_DUMP_DEPMAP
+ };
enum pies_command command;
char *statedir = DEFAULT_STATE_DIR;

Return to:

Send suggestions and report system problems to the System administrator.