jhb
01eed200f9
Make libgeom usable by C++ programs:
...
- Add DECL wrappers to libgeom.h.
- Rename structure members in libgeom.h to use a lg_ prefix for member
names. This is required because a few structures had members named
'class' which made g++ very unhappy.
- Catch gstat(8) and gconcat(8) up to these API changes.
Reviewed by: phk
2004-03-09 21:14:18 +00:00
phk
8f1078dc32
Add the part of the last commit which cvs appearantly didn't like
...
the first time.
2003-06-01 15:05:22 +00:00
phk
aba647cbf4
Collapse the meta arguments into normal arguments, trying to distinguish
...
just makes our own life harder.
2003-04-22 19:31:00 +00:00
phk
2d56ed957a
Run a revision on the OAM api.
...
Use prefix gctl_ systematically.
Add flag with access perms for each argument.
Add ro/rw versions of argument building functions.
General cleanup.
2003-03-27 14:35:00 +00:00
phk
daa779779c
Add marshalling functions for OAM api.
2003-03-23 10:15:02 +00:00
phk
88560bfa93
Use devstat instead of GEOM private statistics structure.
2003-03-18 09:53:46 +00:00
phk
884a12a930
Constify arg to geom_lookupid().
...
Improve a diagnostic printf.
2003-03-17 08:22:48 +00:00
phk
a616f22441
Leak more stuff into libgeom.
2003-02-10 00:11:43 +00:00
phk
0af858f9ca
Include <sys/time.h>, it's not the users problem that we use bintime
...
internally.
2003-02-08 15:49:26 +00:00
phk
8ede9abe7b
Add libgeom to the system.
...
Initially this only contains the functions for accessing the I/O
statistics data.
2003-02-08 15:15:56 +00:00