view thesis/attic/new-queue-permissions.txt @ 398:40c2c6810f38

added a list of various stuff, just to store it
author meillo@marmaro.de
date Sat, 07 Feb 2009 22:43:07 +0100
parents 2aad3d950640
children
line wrap: on
line source

\begin{tabular}[hbt]{ l l }

\mbox{ queue-in:} & \mbox{
\begin{tabular}[hbt]{| c | c | c |}
	\hline
 incoming & outgoing & pool \\
	\hline
	\hline
 - & - & - \\
	\hline
 0600 & - & - \\
	\hline
 0600 & - & 0600 \\
	\hline
 0700 & - & 0600 \\
	\hline
\end{tabular}
} \\

\quad & \\

\mbox{scanning:} & \mbox{
\begin{tabular}[hbt]{| c | c | c |}
	\hline
 incoming & outgoing & pool \\
	\hline
	\hline
 0700 & - & 0600 \\
	\hline
 0700 & 0600 & 0600 \\
	\hline
 0700 & 0700 & 0600 \\
	\hline
 - & 0700 & 0600 \\
	\hline
\end{tabular}
} \\

\quad & \\

\mbox{queue-out:} & \mbox{
\begin{tabular}[hbt]{| c | c | c |}
	\hline
 incoming & outgoing & pool \\
	\hline
	\hline
 - & 0700 & 0600 \\
	\hline
 - & 0700 & - \\
	\hline
 - & - & - \\
	\hline
\end{tabular}
} \\

\end{tabular}