summaryrefslogtreecommitdiff
path: root/src/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-17 04:02:35 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-17 04:02:35 +0100
commitf6a6225e414858ff222d2b175369cc42459abf9a (patch)
treec4c15d546c5c514d2d7dfabbf64d10944e9edc85 /src/unit.h
parentb74949bcdc65982a5eaca64c836f4d2a3b8a8d0c (diff)
def: centralize definition of default timeout in one place
Diffstat (limited to 'src/unit.h')
-rw-r--r--src/unit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unit.h b/src/unit.h
index 9b7eb5e854..4245f3cf1c 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -40,9 +40,6 @@ typedef enum UnitDependency UnitDependency;
#include "execute.h"
#include "condition.h"
-#define DEFAULT_TIMEOUT_USEC (3*USEC_PER_MINUTE)
-#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
-
enum UnitType {
UNIT_SERVICE = 0,
UNIT_SOCKET,