[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5218: Doxygenize two struct member comments; taken from the hipfw-performance branch.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 10:37:33 -0000

------------------------------------------------------------
revno: 5218
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 11:34:37 +0100
message:
  Doxygenize two struct member comments; taken from the hipfw-performance 
branch.
modified:
  firewall/firewall_defines.h


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'firewall/firewall_defines.h'
--- firewall/firewall_defines.h 2010-10-15 15:29:14 +0000
+++ firewall/firewall_defines.h 2010-11-30 10:34:37 +0000
@@ -100,10 +100,10 @@
     unsigned char          *active_roots[MAX_NUM_PARALLEL_HCHAINS];
     int                     next_root_length[MAX_NUM_PARALLEL_HCHAINS];
     unsigned char          *next_roots[MAX_NUM_PARALLEL_HCHAINS];
-    /* list temporarily storing anchor elements until the consecutive update
-     * msg reveals that all on-path devices know the new anchor */
+    /** List temporarily storing anchor elements until the consecutive update
+     *  msg reveals that all on-path devices know the new anchor. */
     hip_ll_t                anchor_cache;
-    /* buffer storing hashes of previous packets for cumulative authentication 
*/
+    /** buffer storing hashes of previous packets for cumulative 
authentication */
     esp_cumulative_item_t   hash_buffer[MAX_RING_BUFFER_SIZE];
 };
 

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5218: Doxygenize two struct member comments; taken from the hipfw-performance branch. - noreply