This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // All domains need to know is container name and object names | |
| // The domain which creates the container needs to know the groupid | |
| // CONTAINER OPERATIONS | |
| // Creates a new container shared with groupid | |
| // Returns a container ID (>=0) if no error occurs. | |
| // Returns error (<0) if resource allocation fails or if container already exists | |
| int container_create(char *name, int groupid) |