Print this page
OS-1840 fmdump shall emit JSON
Reviewed by: Robert Mustacchi <rm@joyent.com>

*** 18,27 **** --- 18,28 ---- * * CDDL HEADER END */ /* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, Joyent, Inc. All rights reserved. */ #include <fmdump.h> #include <stdio.h> #include <time.h>
*** 112,118 **** --- 113,122 ---- }, { "TIME UUID", (fmd_log_rec_f *)info_pretty }, { NULL, NULL + }, { + NULL, + (fmd_log_rec_f *)fmdump_print_json } } };