Diff for /embedaddon/bmon/src/out_db.c between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2012/02/21 22:19:56 version 1.1.1.1.2.1, 2013/07/22 00:16:52
Line 679  static struct output_module db_ops = { Line 679  static struct output_module db_ops = {
         .om_draw = db_draw,          .om_draw = db_draw,
         .om_set_opts = db_set_opts,          .om_set_opts = db_set_opts,
         .om_probe = db_probe,          .om_probe = db_probe,
        .om_shutdown db_shutdown,        .om_shutdown = db_shutdown,
 };  };
   
 static void __init db_init(void)  static void __init db_init(void)

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>