Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idnode.h: fix compilation error (twice idnode_save_t typedefs)
  • Loading branch information
perexg committed Feb 11, 2016
1 parent 2e4e952 commit 22bbeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/idnode.h
Expand Up @@ -104,11 +104,11 @@ struct idnode {
/*
* Node save list
*/
typedef struct idnode_save {
struct idnode_save {
TAILQ_ENTRY(idnode_save) ise_link; ///< List chain
idnode_t *ise_node; ///< Node owning this
time_t ise_reqtime; ///< First request
} idnode_save_t;
};

/*
* Node list mapping definition
Expand Down

0 comments on commit 22bbeaa

Please sign in to comment.