Renamed FRAGMAN to more logical frag_t

FossilOrigin-Name: 4305c35a65a5b3613287f1f4258df5de123b2dccb8b9573177953660ace06d4f
This commit is contained in:
7u83@mail.ru
2015-05-01 10:02:11 +00:00
parent 8dd6faf09f
commit e35aae0911
3 changed files with 13 additions and 13 deletions

View File

@ -81,7 +81,7 @@ struct conn {
/** The framgent manager used on this connection */
FRAGMAN *fragman;
frag_t *fragman;
/** Current Fragment ID */
int fragid;