[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #32415 [Core Tor/Tor]: Rename every struct we declare to end with _t.
#32415: Rename every struct we declare to end with _t.
-------------------------------+--------------------------------
Reporter: nickm | Owner: (none)
Type: task | Status: new
Priority: Medium | Milestone: Tor: 0.4.3.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: .1 | Reviewer:
Sponsor: Sponsor31-can |
-------------------------------+--------------------------------
Per our style poll, we prefer this:
typedef struct foo_t foo_t;
over this:
typedef struct foo_s foo_t;
So let's replace all the cases where we do the latter.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32415>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs