Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libschedutil: export library for use by flux-sched and others #2380

Merged
merged 2 commits into from
Sep 18, 2019

Commits on Sep 18, 2019

  1. libschedutil: export the library for use by flux-sched

    Install the library as libflux-schedutil.so, with a flux-schedutil.pc
    file for pkgconfig.
    SteVwonder committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6f17439 View commit details
    Browse the repository at this point in the history
  2. libschedutil: fixup public typedef'd function types

    prefix with `schedutil_` and add `_cb_` to signify that it is a
    callback function (e.g., `hello_f` -> `schedutil_hello_cb_f`).
    SteVwonder committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    64f2466 View commit details
    Browse the repository at this point in the history