From 0f2add86bee12e2a891cde3c93779b98a77ed395 Mon Sep 17 00:00:00 2001 From: Gabriel Arrobo Date: Mon, 3 Aug 2020 15:33:08 -0700 Subject: [PATCH] Removed seventh-packet-byte-count.png from .gitignore and added a note in seventh.cc file/tutorial --- .gitignore | 1 - examples/tutorial/seventh.cc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ac66b755..4e52eb0fd 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ *.routes *.tr [D|U]l[A-Z][a-z]*Stats.txt -seventh-packet-byte-count.png \#*# ~* diff --git a/examples/tutorial/seventh.cc b/examples/tutorial/seventh.cc index 983563a8a..f56db8c4c 100644 --- a/examples/tutorial/seventh.cc +++ b/examples/tutorial/seventh.cc @@ -58,6 +58,9 @@ NS_LOG_COMPONENT_DEFINE ("SeventhScriptExample"); // So first, we create a socket and do the trace connect on it; then we pass // this socket into the constructor of our simple application which we then // install in the source node. +// +// NOTE: If this example gets modified, do not forget to update the .png figure +// in src/stats/docs/seventh-packet-byte-count.png // =========================================================================== // class MyApp : public Application