[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5217: Add two @see Doxygen references from the hipfw-performance branch.

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

------------------------------------------------------------
revno: 5217
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 11:33:47 +0100
message:
  Add two @see Doxygen references from the hipfw-performance branch.
modified:
  firewall/conntrack.c


--
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/conntrack.c'
--- firewall/conntrack.c        2010-11-22 14:51:50 +0000
+++ firewall/conntrack.c        2010-11-30 10:33:47 +0000
@@ -424,6 +424,7 @@
  * initialize and store a new HIP/ESP connnection into the connection table
  *
  * @param data the connection-related data to be inserted
+ * @see remove_connection
  */
 static void insert_new_connection(const struct hip_data *data)
 {
@@ -599,6 +600,7 @@
  * removes a connection (both way tuples) along with its associated HIP and 
ESP tuples
  *
  * @param connection the connection to be freed
+ * @see insert_new_connection
  */
 static void remove_connection(struct connection *connection)
 {

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5217: Add two @see Doxygen references from the hipfw-performance branch. - noreply