projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300ce17
)
[NETEM]: Add version string
author
Stephen Hemminger
<shemminger@osdl.org>
Thu, 3 Nov 2005 21:49:01 +0000
(13:49 -0800)
committer
Arnaldo Carvalho de Melo
<acme@mandriva.com>
Sat, 5 Nov 2005 22:59:21 +0000
(20:59 -0200)
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>
net/sched/sch_netem.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sched/sch_netem.c
b/net/sched/sch_netem.c
index 7c10ef3457d75984e3d8ed161b7a3ac77e993c97..cdc8d283791c7d89388d911cf76c344e0ad04ba9 100644
(file)
--- a/
net/sched/sch_netem.c
+++ b/
net/sched/sch_netem.c
@@
-25,6
+25,8
@@
#include <net/pkt_sched.h>
+#define VERSION "1.1"
+
/* Network Emulation Queuing algorithm.
====================================
@@
-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)