/[pxelator]/couchdb/amt/views/ip,SystemPowerState-count/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /couchdb/amt/views/ip,SystemPowerState-count/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 383 - (hide annotations)
Sun Aug 30 17:24:40 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/javascript
File size: 131 byte(s)
and amt
1 dpavlin 383 function(doc) {
2     if ( doc.package.name == 'amt' && doc.package.caller == 'power_state')
3     emit([doc.ip,doc.SystemPowerState],1);
4     }

  ViewVC Help
Powered by ViewVC 1.1.26