gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3271 - GNUnet/src/setup/lib


From: grothoff
Subject: [GNUnet-SVN] r3271 - GNUnet/src/setup/lib
Date: Sun, 20 Aug 2006 13:31:37 -0700 (PDT)

Author: grothoff
Date: 2006-08-20 13:31:36 -0700 (Sun, 20 Aug 2006)
New Revision: 3271

Modified:
   GNUnet/src/setup/lib/tree.c
Log:
comment

Modified: GNUnet/src/setup/lib/tree.c
===================================================================
--- GNUnet/src/setup/lib/tree.c 2006-08-20 20:27:50 UTC (rev 3270)
+++ GNUnet/src/setup/lib/tree.c 2006-08-20 20:31:36 UTC (rev 3271)
@@ -317,6 +317,13 @@
 
 
 void __attribute__ ((constructor)) gns_scheme_init() {
+  /* NOTE: we might want to do guile initialization
+     each time we enter guile explicitly (per-thread)
+     using a different function; however, I cannot
+     find docs for that API and I am also not sure how
+     this would interact with the scm_c_define_gsubr
+     calls -- to be addressed later (portability
+     concern! */
   scm_init_guile();
   tc_tag = scm_make_smob_type ("tc", sizeof (TC));
   scm_set_smob_mark (tc_tag, NULL);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]