iPXE
Data Fields
image_tag Struct Reference

An image tag. More...

#include <image.h>

Data Fields

const char * name
 Name. More...
 
struct imageimage
 Image (weak reference, nullified when image is freed) More...
 

Detailed Description

An image tag.

Definition at line 154 of file image.h.

Field Documentation

◆ name

const char* image_tag::name

Name.

Definition at line 156 of file image.h.

◆ image

struct image* image_tag::image

Image (weak reference, nullified when image is freed)

Definition at line 158 of file image.h.

Referenced by goto_exec(), and image_replace().


The documentation for this struct was generated from the following file: