aboutsummaryrefslogtreecommitdiffstats
path: root/Filesystems
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2003-12-03 10:57:27 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2003-12-03 10:57:27 +0000
commit406bf11df0a7737104f3d1ff99c47b73cac745ae (patch)
tree01ec8ebc3c36ba30c06bc1a6c6c0d65e40914f75 /Filesystems
parent31dc225b7e959fb9dd0c21d8c8ad3f90055db674 (diff)
downloadandroid_external_fuse-406bf11df0a7737104f3d1ff99c47b73cac745ae.tar.gz
android_external_fuse-406bf11df0a7737104f3d1ff99c47b73cac745ae.tar.bz2
android_external_fuse-406bf11df0a7737104f3d1ff99c47b73cac745ae.zip
added RTA to filesystem list
Diffstat (limited to 'Filesystems')
-rw-r--r--Filesystems15
1 files changed, 15 insertions, 0 deletions
diff --git a/Filesystems b/Filesystems
index fbab1c9..4ff0827 100644
--- a/Filesystems
+++ b/Filesystems
@@ -60,3 +60,18 @@ Description:
neighbourhood as were it on your own filesystem.
==============================================================================
+Name: Run-Time-Access
+
+Author: Bob Smith <bsmith at linuxtoys org>
+
+Homepage: http://www.runtimeaccess.com
+
+Description:
+
+ RTA is a specialized memory resident interface to the internal data
+ of your application. It is not a stand-alone server but a library
+ which attaches to your program and offers up your program's internal
+ structures and arrays as tables in a database and as files in a
+ virtual file system.
+
+==============================================================================