Print this page
PSARC 2008/766 native zones p2v
6667924 physical to virtual utility for native zones
*** 556,565 ****
--- 556,566 ----
* zoneadmd support functions. Shared between zoneadm and brand hook code.
*/
extern void zonecfg_init_lock_file(const char *, char **);
extern void zonecfg_release_lock_file(const char *, int);
extern int zonecfg_grab_lock_file(const char *, int *);
+ extern boolean_t zonecfg_lock_file_held(int *);
extern int zonecfg_ping_zoneadmd(const char *);
extern int zonecfg_call_zoneadmd(const char *, zone_cmd_arg_t *, char *,
boolean_t);
#ifdef __cplusplus