| Author | lloyd@randombit.net |
|---|---|
| Branch | net.randombit.botan |
| Changelog |
Add a new function timespec_to_u32bit that handles a very simplistic time format and converts it to a duration in seconds represented as a u32bit. This is from Config::option_as_time, which is now implemented simply as: return timespec_to_u32bit(option(key)) |
| Date | 2008-05-01T15:09:08 |
| Oldrevision |
Old revision is: [b3f30c54..] (diff) |
|---|---|
| Patch |
Patch file include/parsing.h (diff) Patch file src/config.cpp (diff) Patch file src/parsing.cpp (diff) |