file: Rename struct emptypedstr to ef_typedstr
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
8afb9c8cb7
commit
e70d8f07f9
2 changed files with 12 additions and 12 deletions
|
@ -86,7 +86,7 @@ struct empfile {
|
|||
void (*onresize)(int type);
|
||||
};
|
||||
|
||||
struct emptypedstr {
|
||||
struct ef_typedstr {
|
||||
signed ef_type: 8;
|
||||
unsigned seqno: 12;
|
||||
unsigned generation: 12;
|
||||
|
@ -100,7 +100,7 @@ struct emptypedstr {
|
|||
* The remaining flags record how the table is being used.
|
||||
*/
|
||||
/* Immutable flags, fixed at compile-time */
|
||||
/* Dereferencing entry address cast to struct emptypedstr * is safe */
|
||||
/* Dereferencing entry address cast to struct ef_typedstr * is safe */
|
||||
#define EFF_TYPED bit(0)
|
||||
/*
|
||||
* EFF_XY / EFF_OWNER / EFF_GROUP assert that coordinates / owner /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue