Print this page
NEX-8148 Alerts should be sent if cores are created on a system
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

*** 18,31 **** --- 18,34 ---- # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright 2017 Nexenta Systems, Inc. # CMN_SRCS = common/sw_main_cmn.c SMF_CMN_SRCS = subsidiary/smf/smf_util.c SMF_DE_SRCS = subsidiary/smf/smf_diag.c $(SMF_CMN_SRCS) SMF_RP_SRCS = subsidiary/smf/smf_response.c $(SMF_CMN_SRCS) PANIC_DE_SRCS = subsidiary/panic/panic_diag.c + + CORE_DE_SRCS = subsidiary/core/core_diag.c