mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 01:34:56 +00:00
lxc_container struct: add comment about moving member fns
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
3b39251985
commit
e2ae7f6d8c
@ -51,6 +51,10 @@ struct lxc_lock;
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
* An LXC container.
|
* An LXC container.
|
||||||
|
*
|
||||||
|
* Note that changing the order of struct members is an API change, as callers
|
||||||
|
* will end up having the wrong offset when calling a function. So when making
|
||||||
|
* changes, whenever possible stick to simply appending new members.
|
||||||
*/
|
*/
|
||||||
struct lxc_container {
|
struct lxc_container {
|
||||||
// private fields
|
// private fields
|
||||||
|
Loading…
Reference in New Issue
Block a user