Skip to content

Commit

Permalink
[NETEM]: Add version string
Browse files Browse the repository at this point in the history
Add a version string to help support issues.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
  • Loading branch information
Stephen Hemminger authored and Arnaldo Carvalho de Melo committed Nov 5, 2005
1 parent 300ce17 commit eb229c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions net/sched/sch_netem.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#include <net/pkt_sched.h>

#define VERSION "1.1"

/* Network Emulation Queuing algorithm.
====================================
Expand Down Expand Up @@ -694,6 +696,7 @@ static struct Qdisc_ops netem_qdisc_ops = {

static int __init netem_module_init(void)
{
pr_info("netem: version " VERSION "\n");
return register_qdisc(&netem_qdisc_ops);
}
static void __exit netem_module_exit(void)
Expand Down

0 comments on commit eb229c4

Please sign in to comment.