summaryrefslogtreecommitdiff
path: root/src/librc/rc.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/librc/rc.h.in')
-rw-r--r--src/librc/rc.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in
index 9628714..92fb19c 100644
--- a/src/librc/rc.h.in
+++ b/src/librc/rc.h.in
@@ -115,8 +115,8 @@ typedef enum
RC_SERVICE_STARTING = 0x0008,
RC_SERVICE_INACTIVE = 0x0010,
- /* Service may or may not have been coldplugged */
- RC_SERVICE_COLDPLUGGED = 0x0100,
+ /* Service may or may not have been hotplugged */
+ RC_SERVICE_HOTPLUGGED = 0x0100,
/* Optional states service could also be in */
RC_SERVICE_FAILED = 0x0200,