← Back to team overview

hipl-core team mailing list archive

[Branch ~rene-hummen/hipl/ipsec_esp] Rev 4919: ...and the missing header addition

 

------------------------------------------------------------
revno: 4919
committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
branch nick: ipsec_esp
timestamp: Mon 2010-09-06 19:08:50 +0200
message:
  ...and the missing header addition
modified:
  hipd/pkt_handling.h


--
lp:~rene-hummen/hipl/ipsec_esp
https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp

Your team HIPL core team is subscribed to branch lp:~rene-hummen/hipl/ipsec_esp.
To unsubscribe from this branch go to https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp/+edit-subscription
=== modified file 'hipd/pkt_handling.h'
--- hipd/pkt_handling.h	2010-07-07 16:42:17 +0000
+++ hipd/pkt_handling.h	2010-09-06 17:08:50 +0000
@@ -42,6 +42,12 @@
                                                         struct hip_packet_context *ctx),
                                  const uint16_t priority);
 
+int hip_unregister_handle_function(const uint8_t packet_type,
+                                   const uint32_t ha_state,
+                                   int (*handle_function)(const uint8_t packet_type,
+                                                          const uint32_t ha_state,
+                                                          struct hip_packet_context *ctx));
+
 int hip_run_handle_functions(const uint8_t packet_type,
                              const uint32_t ha_state,
                              struct hip_packet_context *ctx);


Follow ups