Print this page
7246 SMF stops dependents in the wrong order
7267 SMF is fast and loose with optional dependencies
@@ -20,10 +20,11 @@
*/
/*
* Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, Joyent, Inc. All rights reserved.
+ * Copyright 2016 RackTop Systems.
*/
#ifndef _STARTD_H
#define _STARTD_H
@@ -629,10 +630,11 @@
restarter_instance_state_t);
void graph_transition_propagate(graph_vertex_t *, propagate_event_t,
restarter_error_t);
void graph_offline_subtree_leaves(graph_vertex_t *, void *);
void offline_vertex(graph_vertex_t *);
+boolean_t insubtree_dependents_down(graph_vertex_t *);
/* libscf.c - common */
char *inst_fmri_to_svc_fmri(const char *);
void *libscf_object_create(void *(*)(scf_handle_t *), scf_handle_t *);
int libscf_instance_get_fmri(scf_instance_t *, char **);