Index: doc/theses/colby_parsons_MMAth/text/channels.tex
===================================================================
--- doc/theses/colby_parsons_MMAth/text/channels.tex	(revision 5a7789fe2e9f2a20fb1789604543db7012748f35)
+++ doc/theses/colby_parsons_MMAth/text/channels.tex	(revision 5e6fb0736dfd3d17aaf560c5a8a567d4ca63a37d)
@@ -65,5 +65,5 @@
 however, this performance gain comes by introducing unfairness with possible starvation for waiting threads.
 
-\section{Channel Implementation}
+\section{Channel Implementation}\label{s:chan_impl}
 Currently, only the Go programming language provides user-level threading where the primary communication mechanism is channels.
 Experiments were conducted that varied the producer-consumer algorithm and lock type used inside the channel.
