[hipl-commit] [tiny] Rev 3648: Added module registration for the update module and uninitalization of the list.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 9 Mar 2010 19:38:16 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Tue Mar 09 18:37:47 2010 +0100
Revision: 3648
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Added module registration for the update module and uninitalization of the 
list.

Modified:
  M  hipd/init.c
  M  modules/update/hipd/update.c

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-03-09 14:14:54 +0000
+++ hipd/init.c 2010-03-09 17:37:47 +0000
@@ -1039,6 +1039,8 @@
 
     hip_dh_uninit();
 
+    lmod_uninit_module_list();
+
     return;
 }
 

=== modified file 'modules/update/hipd/update.c'
--- modules/update/hipd/update.c        2010-03-08 15:47:13 +0000
+++ modules/update/hipd/update.c        2010-03-09 17:37:47 +0000
@@ -877,6 +877,8 @@
  */
 int hip_update_init(void)
 {
+    lmod_add_module_id("update");
+
     lmod_register_state_init_function(&hip_update_init_state);
 
     hip_register_handle_function(HIP_UPDATE,

Other related posts:

  • » [hipl-commit] [tiny] Rev 3648: Added module registration for the update module and uninitalization of the list. - Tim Just