Index: trunk/src/obj_pstk.h =================================================================== --- trunk/src/obj_pstk.h (revision 16348) +++ trunk/src/obj_pstk.h (revision 16349) @@ -67,6 +67,7 @@ unsigned in_use:1; /* 1 if the slot is in use */ unsigned hplated:1; /* if > 0, whether the hole is plated */ + char *name; /* optional user assigned name (or NULL) */ pcb_coord_t hdia; /* if > 0, diameter of the hole (else there's no hole) */ int htop, hbottom; /* if hdia > 0, determine the hole's span, counted in copper layer groups from the top or bottom copper layer group */