Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reorganization, additions
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 6 Apr 2004 21:57:08 +0000 (21:57 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 6 Apr 2004 21:57:08 +0000 (21:57 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@64 48e7efb5-ca39-0410-a469-dd3cf9ba447f

cruft/doc/tmpl/virtu_fs.sgml [new file with mode: 0644]
cruft/doc/tmpl/virtu_globals.sgml [moved from cruft/doc/tmpl/Globals.sgml with 92% similarity]
cruft/doc/tmpl/virtu_syscall.sgml [new file with mode: 0644]

diff --git a/cruft/doc/tmpl/virtu_fs.sgml b/cruft/doc/tmpl/virtu_fs.sgml
new file mode 100644 (file)
index 0000000..4873232
--- /dev/null
@@ -0,0 +1,16 @@
+<!-- ##### SECTION Title ##### -->
+File System
+
+<!-- ##### SECTION Short_Description ##### -->
+File system abstraction layer (TODO)
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+This module is only planned for now.
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
similarity index 92%
rename from cruft/doc/tmpl/Globals.sgml
rename to cruft/doc/tmpl/virtu_globals.sgml
index a0a65ae..1a63025 100644 (file)
@@ -1,8 +1,8 @@
 <!-- ##### SECTION Title ##### -->
 <!-- ##### SECTION Title ##### -->
-Globals API
+Globals
 
 <!-- ##### SECTION Short_Description ##### -->
 
 <!-- ##### SECTION Short_Description ##### -->
-Handling globals
+Handling global variables so that it works on simulator
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>In GRAS, using globals is forbidden since the daemons will        
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>In GRAS, using globals is forbidden since the daemons will        
diff --git a/cruft/doc/tmpl/virtu_syscall.sgml b/cruft/doc/tmpl/virtu_syscall.sgml
new file mode 100644 (file)
index 0000000..5b25312
--- /dev/null
@@ -0,0 +1,33 @@
+<!-- ##### SECTION Title ##### -->
+System Calls
+
+<!-- ##### SECTION Short_Description ##### -->
+System call abstraction layer.
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION gras_time ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
+<!-- ##### FUNCTION gras_sleep ##### -->
+<para>
+
+</para>
+
+@Param1: 
+@Param2: 
+
+