aboutsummaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorAlexander Bersenev <bay@hackerdom.ru>2011-07-06 23:44:26 +0000
committerAlexander Bersenev <bay@hackerdom.ru>2011-07-06 23:44:26 +0000
commiteb64287c7e19a3b5671dc3b45c092722739b3b65 (patch)
tree5f764a51d4969943d630d0280bcecdb82d417183 /NOTES
parentwork with usersandbox feature, futher work for outout (diff)
downloadautodep-eb64287c7e19a3b5671dc3b45c092722739b3b65.tar.gz
autodep-eb64287c7e19a3b5671dc3b45c092722739b3b65.tar.bz2
autodep-eb64287c7e19a3b5671dc3b45c092722739b3b65.zip
many new calls hooked, internal structures format was vhanged
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES22
1 files changed, 11 insertions, 11 deletions
diff --git a/NOTES b/NOTES
index 54b2aee..fd20dab 100644
--- a/NOTES
+++ b/NOTES
@@ -13,17 +13,17 @@ This is few notes mainly for myself.
3. Format of events structure:
[
{
- <stage of building>:{<filename>:[<was readed>,<was writed>]}
+ <stage of building>:{<filename>:(<was readed>,<was writed>)}
},
{
- <stage of building>:{<filename>:[<was not found>,<was blocked>]}
+ <stage of building>:{<filename>:(<was not found>,<was blocked>)}
}
]
4. Format of converted events structure:
{
- packagesinfo: {
- <package>: {
+# packagesinfo: {
+ <package|unknown>: {
stage: {
<filename>:
{found:[<was readed>,<was writed>],
@@ -32,12 +32,12 @@ This is few notes mainly for myself.
}
}
- otherfilesinfo: {
- stage:{
- <filename>:
- {found:[<was readed>,<was writed>],
- notfound:[<was not found>,<was blocked>]}
- }
- }
+ #otherfilesinfo: {
+ # stage:{
+ # <filename>:
+ # {found:[<was readed>,<was writed>],
+ # notfound:[<was not found>,<was blocked>]}
+ #}
+ #}
}