iPXE
image_tag Struct Reference

An image tag. More...

#include <image.h>

Data Fields

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

Detailed Description

An image tag.

Definition at line 180 of file image.h.

Field Documentation

◆ name

const char* image_tag::name

Name.

Definition at line 182 of file image.h.

◆ image

struct image* image_tag::image

Image (weak reference, nullified when image is freed).

Definition at line 184 of file image.h.


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