Print this page
PSARC 2008/766 native zones p2v
6667924 physical to virtual utility for native zones

Split Close
Expand all
Collapse all
          --- old/usr/src/head/libzonecfg.h
          +++ new/usr/src/head/libzonecfg.h
↓ open down ↓ 550 lines elided ↑ open up ↑
 551  551      const char *);
 552  552  extern int zonecfg_delete_scratch(FILE *, const char *);
 553  553  extern boolean_t zonecfg_is_scratch(const char *);
 554  554  
 555  555  /*
 556  556   * zoneadmd support functions.  Shared between zoneadm and brand hook code.
 557  557   */
 558  558  extern void zonecfg_init_lock_file(const char *, char **);
 559  559  extern void zonecfg_release_lock_file(const char *, int);
 560  560  extern int zonecfg_grab_lock_file(const char *, int *);
      561 +extern boolean_t zonecfg_lock_file_held(int *);
 561  562  extern int zonecfg_ping_zoneadmd(const char *);
 562  563  extern int zonecfg_call_zoneadmd(const char *, zone_cmd_arg_t *, char *,
 563  564      boolean_t);
 564  565  
 565  566  #ifdef __cplusplus
 566  567  }
 567  568  #endif
 568  569  
 569  570  #endif  /* _LIBZONECFG_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX