-
-/* instantiated by C++ runtime at library load/init time */
-class YarrowConnection : public DevRandomGenerator {
-public:
- YarrowConnection() : DevRandomGenerator(getuid() == 0), writable(getuid() == 0) { }
- const bool writable;
-};
-
-/* the single global thing */
-static ModuleNexus<YarrowConnection> yarrowConnection;
-