Re: [Open-beos-cvs]CVS: current/src/tests/add-ons/kernel/disk_scanner DiskScannerTest.cpp,1.7,1.8
"Axel Dörfler" <[email protected]>
| Newsgroups | gmane.os.openbeos.storage |
|---|---|
| Message-ID | <5547151245-BeMail@nichtsnutz> |
Ingo Weinhold <bonefish-CFLBMwTPW48UNGrzBIF7/[email protected]> wrote: > PS: Can anyone tell me, why I put the whole disk=5Fscanner FS module > API into headers/private=3F We don't want to officially disallow > creation of > third party session/partition(/FS) modules, do we=3F > BTW, that raises the question of versioning. It belongs into os/drivers - where all the headers for kernel add-ons are. Of course we could introduce a more appropriate location for file system related stuff (but there are some intersections). Why should versioning be a problem=3F This is usually done by adding a "/ v1" to the exported module name which we could just adopt (if it's not yet done that way). Adios... Axel.