Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 3ff6ccfa2762dcb0765d5be383d3ef392e983ed7 |
|---|---|
| Date: | 2010-03-10 21:09:26 |
| User: | stephan |
| Comment: | s/0/NULL/ |
Tags And Properties
- branch=trunk inherited from [c3e484d316]
- sym-trunk inherited from [c3e484d316]
Changes
Changes to include/wh/whio/whio_devs.h
| Old (354b79f61b6dbf0b) | New (43b6404215ca5615) | |||
|---|---|---|---|---|
| 1 | #ifndef WANDERINGHORSE_NET_WHIO_DEVS_H_INCLUDED | 1 | #ifndef WANDERINGHORSE_NET_WHIO_DEVS_H_INCLUDED | |
| 2 | #define WANDERINGHORSE_NET_WHIO_DEVS_H_INCLUDED | 2 | #define WANDERINGHORSE_NET_WHIO_DEVS_H_INCLUDED | |
| 3 | 3 | |||
| 4 | /* | 4 | /* | |
| 5 | This file contains declarations and documentation for the concrete | 5 | This file contains declarations and documentation for the concrete | |
| 663 hidden lines | ||||
| 669 | */ | 669 | */ | |
| 670 | #define whio_blockdev_empty_m {\ | 670 | #define whio_blockdev_empty_m {\ | |
| 671 | { /* blocks */ \ | 671 | { /* blocks */ \ | |
| 672 | 0 /*size*/,\ | 672 | 0 /*size*/,\ | |
| 673 | 0 /*count*/,\ | 673 | 0 /*count*/,\ | |
| 674 | 0 /*prototype*/\ | | | 674 | NULL /*prototype*/\ |
| 675 | },\ | 675 | },\ | |
| 676 | { /* impl */ \ | 676 | { /* impl */ \ | |
| 677 | 0 /*fence*/ \ | | | 677 | NULL /*fence*/ \ |
| 678 | }\ | 678 | }\ | |
| 679 | } | 679 | } | |
| 680 | 680 | |||
| 681 | /** | 681 | /** | |
| 682 | Empty initialization object. | 682 | Empty initialization object. | |
| 142 hidden lines | ||||
| 825 | #ifdef __cplusplus | 825 | #ifdef __cplusplus | |
| 826 | } /* extern "C" */ | 826 | } /* extern "C" */ | |
| 827 | #endif | 827 | #endif | |
| 828 | 828 | |||
| 829 | #endif /* WANDERINGHORSE_NET_WHIO_DEVS_H_INCLUDED */ | 829 | #endif /* WANDERINGHORSE_NET_WHIO_DEVS_H_INCLUDED */ | |