Add additional emacs file variable 'compile-command'
[senf.git] / PPI / Queueing.hh
index daf59a8..7410318 100644 (file)
@@ -38,10 +38,10 @@ namespace ppi {
         QueueingDiscipline is called whenever the packets are entered or removed from the queue. The
         queueing discipline then determines the new throttling state of the queue.
 
-        \important The QueueingDiscipline will \e never drop packets explicitly. This is left to the
+        \note The QueueingDiscipline will \e never drop packets explicitly. This is left to the
         operating system by sending throttling events. The PPI will never loose a packet internally
         (if not a module explicitly does so), however it may disable reception of new incoming
-        packets which will then probably dropped by the operating system.
+        packets which will then probably be dropped by the operating system.
      */
     class QueueingDiscipline
     {
@@ -73,4 +73,5 @@ namespace ppi {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
 // End: