summaryrefslogtreecommitdiff
path: root/cmd/dockerd/daemon_freebsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dockerd/daemon_freebsd.go')
-rw-r--r--cmd/dockerd/daemon_freebsd.go12
1 files changed, 8 insertions, 4 deletions
diff --git a/cmd/dockerd/daemon_freebsd.go b/cmd/dockerd/daemon_freebsd.go
index 6d013b8103..1bb49047c7 100644
--- a/cmd/dockerd/daemon_freebsd.go
+++ b/cmd/dockerd/daemon_freebsd.go
@@ -1,9 +1,13 @@
package main
-// preNotifySystem sends a message to the host when the API is active, but before the daemon is
-func preNotifySystem() {
+// preNotifyReady sends a message to the host when the API is active, but before the daemon is
+func preNotifyReady() {
}
-// notifySystem sends a message to the host when the server is ready to be used
-func notifySystem() {
+// notifyReady sends a message to the host when the server is ready to be used
+func notifyReady() {
+}
+
+// notifyStopping sends a message to the host when the server is shutting down
+func notifyStopping() {
}