You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCC version is 6.1.0, on unstable branch.
Running a make, Error occurred:
In file included from cluster.c:31:0:
proxy.h:79:5: err:unknow type ‘_Atomic’
_Atomic uint64_t numclients;
^
proxy.h:79:22: err:expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘attribute’ before ‘numclients’
_Atomic uint64_t numclients;
^