Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb229c4c authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Arnaldo Carvalho de Melo
Browse files

[NETEM]: Add version string



Add a version string to help support issues.

Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@mandriva.com>
parent 300ce174
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,8 @@


#include <net/pkt_sched.h>
#include <net/pkt_sched.h>


#define VERSION "1.1"

/*	Network Emulation Queuing algorithm.
/*	Network Emulation Queuing algorithm.
	====================================
	====================================


@@ -694,6 +696,7 @@ static struct Qdisc_ops netem_qdisc_ops = {


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